Merge "Remove hash seed comment from tox.ini"

This commit is contained in:
Jenkins 2015-05-29 23:26:26 +00:00 committed by Gerrit Code Review
commit e8b4eaa2a6
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ usedevelop = True
whitelist_externals = bash
find
install_command = pip install -U --force-reinstall {opts} {packages}
# Note the hash seed is set to 0 until nova can be tested with a
# random hash seed successfully.
setenv = VIRTUAL_ENV={envdir}
OS_TEST_PATH=./nova/tests/unit
LANGUAGE=en_US