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:
Ivan Kolodyazhny 2020-02-27 20:20:35 +02:00
parent e515713084
commit 5e979b7515
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ envdir = {toxworkdir}/venv
# Run integration tests only
passenv = AVCONV_INSTALLED
setenv =
PYTHONHASHSEED=0
INTEGRATION_TESTS=1
SELENIUM_HEADLESS=1
commands =