]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove comment about hash seed in tox.ini
authorElena Ezhova <eezhova@mirantis.com>
Mon, 1 Jun 2015 09:58:32 +0000 (12:58 +0300)
committerElena Ezhova <eezhova@mirantis.com>
Mon, 1 Jun 2015 09:59:38 +0000 (12:59 +0300)
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

tox.ini

diff --git a/tox.ini b/tox.ini
index 5d9710a9b7a8e4072943fb6f799b93582b68d062..bd28ed3e2699cf219d8d8ed3f1991b426de324ba 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -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}