Merge "Remove basepython"

This commit is contained in:
Zuul
2025-10-15 12:09:51 +00:00
committed by Gerrit Code Review

View File

@@ -1,10 +1,8 @@
[tox]
minversion = 4.2.5
envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
setenv =
VIRTUAL_ENV={envdir}
@@ -20,7 +18,6 @@ deps =
commands = stestr run --slowest {posargs} --test-path {env:OS_TEST_PATH}
[testenv:pep8]
basepython = python3
deps = hacking>=7.0.0,<7.1.0
commands = flake8