Skip to content

Commit

Permalink
Remove pytest-xdist from "services" CI job
Browse files Browse the repository at this point in the history
This causes the report output to only show half the supported services.
The reporting code must be updated to handle xdist usage before this
can be used in the workflow.
  • Loading branch information
khaeru committed Apr 30, 2023
1 parent cc4d0e2 commit d098341
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ jobs:
run: |
pytest -m "network" \
-ra --color=yes --verbose \
--cov-report=xml \
--numprocesses auto
--cov-report=xml
shell: bash

- name: Upload test coverage to Codecov.io
Expand Down

0 comments on commit d098341

Please sign in to comment.