From 42332b3eda9c758c208460d2c990420bb9ad9dcc Mon Sep 17 00:00:00 2001 From: wangqi Date: Tue, 5 Jun 2018 13:46:27 +0000 Subject: [PATCH] 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 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 99448527..041c0e54 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,6 @@ skip_missing_interpreters = True [testenv] setenv = VIRTUAL_ENV={envdir} - PYTHONHASHSEED=0 CHARM_DIR={envdir} AMULET_SETUP_TIMEOUT=5400 install_command =