Skip to content

Commit 208d4bd

Browse files
fill extra toxenvs with supported Python versions
1 parent 9927320 commit 208d4bd

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,13 @@ jobs:
6565
envs: |
6666
- linux: py311-oldestdeps-xdist-cov
6767
pytest-results-summary: true
68-
- linux: py311-xdist
69-
posargs: -vv
70-
pytest-results-summary: true
71-
- linux: py312-xdist
72-
pytest-results-summary: true
7368
# `tox` does not currently respect `requires-python` versions when creating testing environments;
7469
# if this breaks, add an upper pin to `requires-python` and revert this py3 to the latest working version
7570
- linux: py313-cov-xdist
7671
coverage: codecov
7772
pytest-results-summary: true
7873
- macos: py313-xdist
7974
pytest-results-summary: true
75+
fill: true
76+
fill_platforms: linux
77+
fill_factors: xdist

.github/workflows/tests_extra.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ jobs:
6161
envs: |
6262
- linux: check-docs-links
6363
python-version: '3.13'
64-
- macos: py311-xdist
65-
pytest-results-summary: true
66-
- macos: py312-xdist
67-
pytest-results-summary: true
6864
# TODO: Merge stdevdeps into devdeps
6965
- linux: py313-stdevdeps-xdist
7066
pytest-results-summary: true
@@ -74,3 +70,6 @@ jobs:
7470
pytest-results-summary: true
7571
- macos: py313-devdeps-xdist
7672
pytest-results-summary: true
73+
fill: true
74+
fill_platforms: macos
75+
fill-factors: xdist

0 commit comments

Comments
 (0)