Fix tox4 error

Change-Id: I737120a97c82ec4a425af4aaf516d0766c56cd31
This commit is contained in:
Hongbin Lu 2023-01-31 03:37:45 +00:00
parent 791efa6ed1
commit e586422447
1 changed files with 2 additions and 3 deletions

View File

@ -1,14 +1,13 @@
[tox] [tox]
minversion = 3.1.1 minversion = 3.1.1
envlist = py3,pep8 envlist = py3,pep8
skipsdist = True
ignore_basepython_conflict = True ignore_basepython_conflict = True
[testenv] [testenv]
basepython = python3 basepython = python3
usedevelop = True usedevelop = True
install_command = pip install -U {opts} {packages} install_command = pip install -U {opts} {packages}
whitelist_externals = bash allowlist_externals = bash
find find
rm rm
setenv = setenv =
@ -40,7 +39,7 @@ commands =
basepython = python3 basepython = python3
envdir = {toxworkdir}/docs envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps} deps = {[testenv:docs]deps}
whitelist_externals = allowlist_externals =
make make
commands = commands =
sphinx-build -W -b latex doc/source doc/build/pdf sphinx-build -W -b latex doc/source doc/build/pdf