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