Stop using pytest-xdist to see if that helps on Windows, refs #511

This commit is contained in:
Simon Willison 2021-07-10 18:33:17 -07:00
commit b990abf1e0

View file

@ -27,5 +27,4 @@ jobs:
pip install -e '.[test]'
- name: Run tests
run: |
pytest -n auto -m "not serial"
pytest -m "serial"
pytest