Remove test PYTHONHASHSEED setting

The tests are all corrected to work with any PYTHONHASHSEED, so this
setting in tox.ini can be removed. This will ensure that new tests
work with any hash seed.

Change-Id: Ibb118d9b7ba6984797e3f258e4116542e31f74fb
Closes-Bug: #1348818
This commit is contained in:
Brant Knudson 2014-11-22 13:14:25 -06:00
parent d76b997acd
commit 43ba76f5f8
1 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,6 @@ envlist = py27,py33,py34,pep8,docs,sample_config
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
# FIXME(dolph): overriding the hash seed with a constant is a
# workaround for bug 1348818
PYTHONHASHSEED=0
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'