summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEric Harney <eharney@redhat.com>2017-09-08 10:31:28 -0400
committerEric Harney <eharney@redhat.com>2017-09-08 10:36:08 -0400
commit89c55e7e27e8dade9a1ee4a339c1c8da71c75f1d (patch)
tree81f29a787b22e15c5bcaad31c98283d78355ede2 /tox.ini
parent08834d07e419f6f6a705fa4e8d49b5fefb33cea0 (diff)
downloadpython-glanceclient-89c55e7e27e8dade9a1ee4a339c1c8da71c75f1d.tar.gz
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: I67804f6238c09b40b1828e4d15e703756ccfef31
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c28c8c6..9b71f05 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,6 @@ install_command =
setenv = VIRTUAL_ENV={envdir}
OS_STDOUT_NOCAPTURE=False
OS_STDERR_NOCAPTURE=False
- PYTHONHASHSEED=0
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt