Commit 7396081 1 parent 2fbf1d6 commit 7396081 Copy full SHA for 7396081
File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
mock
2
2
pytest
3
3
pytest-cov
4
- pytest-mock
4
+ pytest-mock
5
+ pytest-xdist
Original file line number Diff line number Diff line change @@ -83,12 +83,17 @@ deps =
83
83
-rrequirements.txt
84
84
-rtest-requirements.txt
85
85
86
+ [testenv:integration-tests-fast]
87
+ commands = {envpython} -m pytest -n auto --log-cli-level =INFO -svv {posargs:tests/integration_tests}
88
+ deps =
89
+ -rrequirements.txt
90
+ -rtest-requirements.txt
91
+
86
92
[testenv:integration-tests-ci]
87
93
commands = {envpython} -m pytest -m ci --log-cli-level =INFO -svv {posargs:tests/integration_tests}
88
94
deps =
89
95
-rrequirements.txt
90
96
-rtest-requirements.txt
91
- pytest-xdist
92
97
93
98
[testenv:integration-tests-main-check]
94
99
# Since we can't use GH secrets from a forked PR, run the cloud-based
You can’t perform that action at this time.
0 commit comments