Skip to content

Commit 4f63a3f

Browse files
committed
Disable hash randomisation
1 parent 0261783 commit 4f63a3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
envlist = python27,python33,python34,python35,python36,python37,python38,python39,python310,python311,python312,python313,python314,pypy,pypy3
33

44
[testenv]
5+
setenv =
6+
PYTHONHASHSEED = 0
57
commands =
68
pytest {posargs:test} --junitxml=junit-{envname}.xml --maxfail=1 --verbose
79

0 commit comments

Comments
 (0)