Merge "tox: Drop envdir"
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -10,7 +10,6 @@ allowlist_externals =
|
|||||||
rm
|
rm
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
deps =
|
deps =
|
||||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
@@ -102,7 +101,6 @@ import-order-style = pep8
|
|||||||
enable-extensions=H106,H203,H204,H205,H904
|
enable-extensions=H106,H203,H204,H205,H904
|
||||||
|
|
||||||
[testenv:bashate]
|
[testenv:bashate]
|
||||||
envdir = {toxworkdir}/shared
|
|
||||||
commands = bash -c "find {toxinidir} \
|
commands = bash -c "find {toxinidir} \
|
||||||
-not \( -type d -name .tox\* -prune \) \
|
-not \( -type d -name .tox\* -prune \) \
|
||||||
-not \( -type d -name .venv\* -prune \) \
|
-not \( -type d -name .venv\* -prune \) \
|
||||||
|
|||||||
Reference in New Issue
Block a user