chore: remove pytest-xdist parallel test infrastructure and switch to serial execution

This commit is contained in:
2026-06-12 05:43:33 +00:00
parent 1e2f304935
commit 425e9bdca1
8 changed files with 30 additions and 45 deletions
+1 -1
View File
@@ -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()