Enable Python hash seed randomization in tests

Unit tests should run with hash seed randomization
on, to ensure code is not introduced that relies on
ordered access of dicts, sets, etc.

Python 3.3 enables this at runtime by default.

Change-Id: I781fd850039e4817b63edaf275609c1dc47f4949
This commit is contained in:
wangqi 2018-06-05 13:46:27 +00:00
parent a8b50bff6f
commit 42332b3eda
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ skip_missing_interpreters = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
CHARM_DIR={envdir}
AMULET_SETUP_TIMEOUT=5400
install_command =