Fixes the several problems/errors caused by tox

Change-Id: Ib72fdef4a4661a537d3c8a35b71707ef23d1c225
This commit is contained in:
zhouxinyong 2023-10-17 10:48:11 +08:00
parent d93365f151
commit a4ac33fda5
1 changed files with 8 additions and 5 deletions

13
tox.ini
View File

@ -18,7 +18,10 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
passenv =
http_proxy
https_proxy
no_proxy
[testenv:debug-py36]
basepython = python3.6
@ -39,6 +42,7 @@ commands =
doc8 doc/source
# Run bashate checks
bash -c "find sahara_plugin_vanilla -iname '*.sh' -print0 | xargs -0 bashate -v"
allowlist_externals = bash
[testenv:venv]
commands = {posargs}
@ -50,8 +54,7 @@ deps =
commands =
rm -rf doc/build/html
sphinx-build -W -b html doc/source doc/build/html
whitelist_externals =
rm
allowlist_externals = rm
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
@ -59,7 +62,7 @@ commands =
rm -rf doc/build/pdf
sphinx-build -W -b latex doc/source doc/build/pdf
make -C doc/build/pdf
whitelist_externals =
allowlist_externals =
make
rm
@ -70,7 +73,7 @@ deps =
commands =
rm -rf releasenotes/build releasenotes/html
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
whitelist_externals = rm
allowlist_externals = rm
[testenv:debug]
# It runs tests from the specified dir (default is sahara_plugin_vanilla/tests)