From b2b4771b55ca0fc2b174e15da33a8e7a524736ac Mon Sep 17 00:00:00 2001 From: Peter Sobolewski Date: Sat, 20 Jul 2024 23:31:09 -0400 Subject: [PATCH] try PYTHONHASHSEED=42 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 205191f19f0..1353233473c 100644 --- a/tox.ini +++ b/tox.ini @@ -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} \