Remove comment about hash seed in tox.ini

Enable random hash seeds change [1] has merged so the comment
can be safely removed.

[1] https://review.openstack.org/#/c/185572/

Change-Id: I93f64841792f9c38f5121ca47c130ad769c11dc4
This commit is contained in:
Elena Ezhova 2015-06-01 12:58:32 +03:00
parent fbe7a6a704
commit 4a234ab1a3
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ minversion = 1.8
skipsdist = True
[testenv]
# Note the hash seed is set to 0 until neutron can be tested with a
# random hash seed successfully.
setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command = pip install -U {opts} {packages}