# HG changeset patch # User Marc Abramowitz # Date 1429058084 25200 # Node ID 9c5e6984bd0e5a081da09a87fd1272cb578cd79f # Parent 46662961d58d4cf86d8353ef98766b84bd2bff57 tox.ini: Set PYTHONHASHSEED = 0 because there is some non-deterministic stuff that can fail without this diff -r 46662961d58d -r 9c5e6984bd0e tox.ini --- a/tox.ini Tue Apr 14 15:35:11 2015 -0700 +++ b/tox.ini Tue Apr 14 17:34:44 2015 -0700 @@ -2,6 +2,8 @@ envlist = py{26,27}-{pytest,nose} [testenv] +setenv = + PYTHONHASHSEED = 0 deps = nose: nose pytest: pytest