Add PYTHONHASHSEED=0 to venv tox env
This is the environment used to generate docs in the check/gate, not gendocs. Change-Id: Ia026425f1a56d59c8d87a3ad44610c26fc286fad
This commit is contained in:
parent
e1ca8f4edf
commit
67a48c8cb1
1
tox.ini
1
tox.ini
@ -25,6 +25,7 @@ commands =
|
||||
python setup.py testr --coverage {posargs:ironic_python_agent}
|
||||
|
||||
[testenv:venv]
|
||||
setenv = PYTHONHASHSEED=0
|
||||
commands = {posargs:}
|
||||
|
||||
[testenv:devenv]
|
||||
|
Loading…
x
Reference in New Issue
Block a user