Skip to content

Commit

Permalink
try PYTHONHASHSEED=42
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD committed Jul 21, 2024
1 parent 5fb3aea commit b2b4771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ indexserver =
commands =
echo "COVERAGE: {env:COVERAGE:}"
cov: coverage run \
!cov: python \
-m pytest -n 3 --dist loadfile --reruns 5 {env:PYTEST_PATH:} --color=yes --basetemp={envtmpdir} \
!cov: PYTHONHASHSEED=42 python \
-m pytest -n 3 --reruns 5 {env:PYTEST_PATH:} --color=yes --basetemp={envtmpdir} \
--ignore tools --maxfail=5 --json-report \
linux: --pystack-threshold=60 --pystack-args="--native-all" \
--json-report-file={toxinidir}/report-{envname}.json {posargs} \
Expand Down

0 comments on commit b2b4771

Please sign in to comment.