File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 marks="not production and not uses_test_server"
124124 fi
125125
126- pytest --durations=20 --dist load -sv $codecov -o log_cli=true -m "$marks"
126+ pytest -n 0 - -durations=20 --dist load -sv $codecov -o log_cli=true -m "$marks"
127127
128128 - name : Run tests on Ubuntu Production
129129 if : matrix.os == 'ubuntu-latest'
@@ -138,12 +138,12 @@ jobs:
138138 marks="production and not uses_test_server"
139139 fi
140140
141- pytest --durations=20 --dist load -sv $codecov -o log_cli=true -m "$marks"
141+ pytest -n 0 - -durations=20 --dist load -sv $codecov -o log_cli=true -m "$marks"
142142
143143 - name : Run tests on Windows
144144 if : matrix.os == 'windows-latest'
145145 run : | # we need a separate step because of the bash-specific if-statement in the previous one.
146- pytest --durations=20 --dist load -sv --reruns 5 --reruns-delay 1 -m "not uses_test_server"
146+ pytest -n 0 - -durations=20 --dist load -sv --reruns 5 --reruns-delay 1 -m "not uses_test_server"
147147
148148 - name : Cleanup Docker setup
149149 if : always()
You can’t perform that action at this time.
0 commit comments