We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47d966 commit b6f6e76Copy full SHA for b6f6e76
tox.ini
@@ -59,13 +59,16 @@ markers =
59
timeout: mark a test as a timeout.
60
61
[testenv]
62
+setenv =
63
+ PYTHONHASHSEED=42
64
pip_version = pip==21.3
65
passenv =
66
AWS_ACCESS_KEY_ID
67
AWS_SECRET_ACCESS_KEY
68
AWS_SESSION_TOKEN
69
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
70
AWS_DEFAULT_REGION
71
+ PYTHONHASHSEED
72
# {posargs} can be passed in by additional arguments specified when invoking tox.
73
# Can be used to specify which tests to run, e.g.: tox -- -s
74
commands =
0 commit comments