From: Elena Ezhova Date: Mon, 1 Jun 2015 09:58:32 +0000 (+0300) Subject: Remove comment about hash seed in tox.ini X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4a234ab1a35708bf85fe57d9290056ac74227eab;p=openstack-build%2Fneutron-build.git 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 --- diff --git a/tox.ini b/tox.ini index 5d9710a9b..bd28ed3e2 100644 --- 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}