Browse Source
The newer versions of tox by default enable a random PYTHONHASHSEED. However, this breaks many Neutron unit tests, so PYTHONHASHSEED=0 is currently hard- coded for Neutron's unit test environments. We want to clean up the unit test cases that break with a random hashseed (there are many). To be able to find the broken tests and then verify them, we need to have an easy way of enabling random hashseed testing. Partial-bug: #1348818 Change-Id: I51f05cdfa9f8728baabaf315b71e5defb26426b1changes/11/111711/1
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue