tox: Remove unnecessary configuration

tox 4 is Python 3-only. We don't need to configure a basepython now.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I539cdad868fe930a4cf660ed23290b05294292e0
This commit is contained in:
Stephen Finucane 2023-09-21 12:52:37 +01:00
parent 763bb40185
commit 29b88f5db5

View File

@ -1,10 +1,8 @@
[tox]
minversion = 4.2.5
envlist = py3{,-mysql,-postgresql},functional,pep8
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = False
setenv =
OS_STDOUT_CAPTURE=1