Remove PYTHONHASHSEED variable from integration tests env
PYTHONHASHSEED for integration tests was added in 2015 to run tests in a same order each time. Now we don't need this workaround because integration tests work well in any order they are executed. Change-Id: Ide019baaf8786da14cc9edcc46b40ab5fabf3ef5
This commit is contained in:
parent
e515713084
commit
5e979b7515
1
tox.ini
1
tox.ini
@ -85,7 +85,6 @@ envdir = {toxworkdir}/venv
|
|||||||
# Run integration tests only
|
# Run integration tests only
|
||||||
passenv = AVCONV_INSTALLED
|
passenv = AVCONV_INSTALLED
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONHASHSEED=0
|
|
||||||
INTEGRATION_TESTS=1
|
INTEGRATION_TESTS=1
|
||||||
SELENIUM_HEADLESS=1
|
SELENIUM_HEADLESS=1
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user