Fix tox 4 changes

Change-Id: I313fd8f23479dc465bd1c5ac9eb28216395c49e0
This commit is contained in:
Eyal
2023-02-16 21:30:31 +02:00
parent 4a00de041e
commit b6db5313e5

View File

@@ -1,11 +1,8 @@
[tox] [tox]
minversion = 3.1.1 minversion = 3.1.1
envlist = py3,pep8 envlist = py3,pep8
skipsdist = True
ignore_basepython_conflict = True
[testenv] [testenv]
basepython = python3
usedevelop = True usedevelop = True
install_command = pip install {opts} {packages} install_command = pip install {opts} {packages}
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}
@@ -22,7 +19,6 @@ commands = flake8
commands = {posargs} commands = {posargs}
[testenv:cover] [testenv:cover]
basepython = python3
allowlist_externals = find allowlist_externals = find
setenv = setenv =
{[testenv]setenv} {[testenv]setenv}