summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/coverage.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 2db830d5..0a29fd34 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -66,7 +66,9 @@ jobs:
COVERAGE_COVERAGE: "yes"
run: |
set -xe
- python -m tox
+ # Something about pytest 6.x with xdist keeps data from collecting.
+ # Use -n0 for now.
+ python -m tox -- -n 0
- name: "Combine"
env: