Thanks to visit codestin.com Credit goes to github.com
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 80fda71 commit 202d1bdCopy full SHA for 202d1bd
1 file changed
.azure-pipelines/posix-steps.yml
@@ -26,7 +26,7 @@ steps:
26
xvfb-run ./venv/bin/python -m coverage run --pylib -m test \
27
--fail-env-changed \
28
-uall,-cpu \
29
- --junit-xml=$(build.binariesDirectory)/test-results.xml" \
+ --junit-xml=$(build.binariesDirectory)/test-results.xml \
30
-x test_multiprocessing_fork \
31
-x test_multiprocessing_forkserver \
32
-x test_multiprocessing_spawn \
0 commit comments