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 b4d13bf commit 197e8b0Copy full SHA for 197e8b0
tox.ini
@@ -18,6 +18,14 @@ commands =
18
pytest -n {posargs} -s -v --timeout=300 --reruns=2 --reruns-delay=15 \
19
--junitxml=test-reports/junit.xml --log-file=test-reports/logs.txt tests
20
21
+[testenv:py{37,38,39,310}-distributed]
22
+passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN
23
+deps =
24
+ {[testenv]deps}
25
+ .[distributed]
26
+commands =
27
+ {[testenv]commands}
28
+
29
[testenv:py310]
30
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN
31
deps =
0 commit comments