Skip to content

Commit

Permalink
Disable -R / PYTHONHASHSEED inside tox for Python 2.7.
Browse files Browse the repository at this point in the history
This avoids differences between calling `bin/test` and `bin/tox -e py27`
for now and keeps the Python 2.7 tests green. In the course of fixing
the Python 3 failures, we'll fix these as well and than can turn
it back on.
  • Loading branch information
hannosch committed May 14, 2017
1 parent 258adb3 commit b4b4d9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Expand Up @@ -9,3 +9,9 @@ commands =
skip_install = true
deps =
zc.buildout

[testenv:py27]
basepython =
python2.7
setenv =
PYTHONHASHSEED = 0

0 comments on commit b4b4d9c

Please sign in to comment.