forked from retoor/devplacepy
chore: remove pytest-xdist parallel test infrastructure and switch to serial execution
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
COVERAGE_PROCESS_START: ${{ github.workspace }}/.coveragerc
|
||||
PLAYWRIGHT_HEADLESS: "1"
|
||||
run: |
|
||||
python -m coverage run -m pytest tests/ -n auto --dist loadfile --tb=line
|
||||
python -m coverage run -m pytest tests/
|
||||
|
||||
- name: Build coverage report
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user