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 7fcf039 commit 37cfb2eCopy full SHA for 37cfb2e
1 file changed
.github/workflows/test.yml
@@ -170,7 +170,7 @@ jobs:
170
- name: Run tests on Windows
171
if: matrix.os == 'windows-latest'
172
run: | # we need a separate step because of the bash-specific if-statement in the previous one.
173
- pytest -n 4 --durations=20 --dist load -sv --reruns 5 --reruns-delay 1
+ pytest -n 4 --durations=20 --dist load -sv --reruns 5 --reruns-delay 1 -m "not uses_test_server"
174
175
- name: Upload coverage
176
if: matrix.code-cov && always()
0 commit comments