We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eab383 commit 5872306Copy full SHA for 5872306
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
run: >-
81
pipx run --python '${{ steps.setup-python.outputs.python-path }}'
82
tox --installpkg '${{ needs.prepare.outputs.wheel-distribution }}'
83
- -- -rFEx --durations 10 --color yes -n auto # pytest args
+ -- -rFEx --durations 10 --color yes # pytest args
84
# - name: Generate coverage report
85
# run: pipx run coverage lcov -o coverage.lcov
86
# - name: Upload partial coverage report
tox.ini
@@ -19,7 +19,6 @@ extras =
19
testing
20
deps =
21
pytest
22
- pytest-xdist
23
commands =
24
pytest {posargs}
25
0 commit comments