tox: Set PYTHONHASHSEED=0 for py2
This fixes a breakage in test_import_comps_sample_yumcomps Signed-off-by: Zack Cerza <zack@redhat.com>
This commit is contained in:
parent
e51dbcca6d
commit
03a68e689a
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -47,6 +47,7 @@ commands =
|
|||
setenv =
|
||||
{[testenv]setenv}
|
||||
PYTHONPATH=.:plugins/builder/.:plugins/cli/.:cli/.:www/lib
|
||||
PYTHONHASHSEED=0
|
||||
commands_pre =
|
||||
{[testenv]commands_pre}
|
||||
{envbindir}/coverage2 erase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue