On 2014-09-12 11:36:20 -0400 (-0400), Mike Bayer wrote: [...] > not to mention PYTHONHASHSEED only works on Python 3. What is the > issue in tox you’re referring to ? Huh? The overrides we added to numerous projects' tox.ini files to stem the breakage in Python 2.x unit tests from hash seed randomization in newer tox releases would seem to contradict your assertion. Also documentation... https://docs.python.org/2.7/using/cmdline.html#envvar-PYTHONHASHSEED (New in version 2.6.8.) -- Jeremy Stanley