[openstack-dev] [all] PYTHONDONTWRITEBYTECODE=true in tox.ini

Jeremy Stanley fungi at yuggoth.org
Fri Sep 12 16:16:10 UTC 2014


On 2014-09-12 12:07:41 -0400 (-0400), Mike Bayer wrote:
[...]
> corresponding to PYTHONHASHSEED, right?  That whole thing is
> Python 3 only.

See other reply, but I really don't understand where you got that
idea. Yes Python 2.x does not randomize the hash seed by default
like Py3K (you have to pass -R to get that behavior) but you can
still totally override the hash seed from the environment in 2.x
(and more recent versions of tox happily do this for you and print
out the hash seed which was chosen for a given test run).
-- 
Jeremy Stanley



More information about the OpenStack-dev mailing list