From 4a234ab1a35708bf85fe57d9290056ac74227eab Mon Sep 17 00:00:00 2001 From: Elena Ezhova Date: Mon, 1 Jun 2015 12:58:32 +0300 Subject: [PATCH] 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 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) 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} -- 2.45.2