From b990abf1e045887f59f664e80d1c4f22cff2b781 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 10 Jul 2021 18:33:17 -0700 Subject: [PATCH] Stop using pytest-xdist to see if that helps on Windows, refs #511 --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8d1e633..adf1a73b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,5 +27,4 @@ jobs: pip install -e '.[test]' - name: Run tests run: | - pytest -n auto -m "not serial" - pytest -m "serial" + pytest