summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-06-06 02:43:03 +0000
committerGerrit Code Review <review@openstack.org>2018-06-06 02:43:03 +0000
commit0dfbfa611d3fe0b57ab27e8d84e46cea39668a9c (patch)
treeef65b87a353127b63bd4ee337a40d779eb81f549 /tox.ini
parent93affb35d5e9d22afd2b769063e001efb0556472 (diff)
parent89c55e7e27e8dade9a1ee4a339c1c8da71c75f1d (diff)
downloadpython-glanceclient-0dfbfa611d3fe0b57ab27e8d84e46cea39668a9c.tar.gz
Merge "Enable Python hash seed randomization in tests"
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 5d4c095..f6220e4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,6 @@ install_command = pip install {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
OS_STDOUT_NOCAPTURE=False
OS_STDERR_NOCAPTURE=False
- PYTHONHASHSEED=0
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}