Skip to content

Commit 9216e89

Browse files
fix inconsistencies following review
1 parent cbf31bf commit 9216e89

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

.github/workflows/test.yml

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
name: [
5757
"windows-py39-unittestextras",
5858
"windows-py39-pluggy",
59+
"windows-py39-xdist",
5960
"windows-py310",
6061
"windows-py311",
6162
"windows-py312",
@@ -64,12 +65,12 @@ jobs:
6465
"ubuntu-py39-lsof-numpy-pexpect",
6566
"ubuntu-py39-pluggy",
6667
"ubuntu-py39-freeze",
67-
"ubuntu-py39",
68+
"ubuntu-py39-xdist",
6869
"ubuntu-py310-xdist",
6970
"ubuntu-py311",
7071
"ubuntu-py312",
71-
"ubuntu-py313",
72-
"ubuntu-pypy3",
72+
"ubuntu-py313-pexpect",
73+
"ubuntu-pypy3-xdist",
7374

7475
"macos-py39",
7576
"macos-py310",
@@ -86,94 +87,115 @@ jobs:
8687
os: windows-latest
8788
tox_env: "py39-unittestextras"
8889
use_coverage: true
90+
8991
- name: "windows-py39-pluggy"
9092
python: "3.9"
9193
os: windows-latest
9294
tox_env: "py39-pluggymain-pylib-xdist"
93-
- name: "windows-py39"
95+
96+
- name: "windows-py39-xdist"
9497
python: "3.9"
9598
os: windows-latest
9699
tox_env: "py39-xdist"
100+
97101
- name: "windows-py310"
98102
python: "3.10"
99103
os: windows-latest
100104
tox_env: "py310-xdist"
105+
101106
- name: "windows-py311"
102107
python: "3.11"
103108
os: windows-latest
104109
tox_env: "py311"
110+
105111
- name: "windows-py312"
106112
python: "3.12"
107113
os: windows-latest
108114
tox_env: "py312"
115+
109116
- name: "windows-py313"
110117
python: "3.13"
111118
os: windows-latest
112119
tox_env: "py313"
113120

121+
114122
- name: "ubuntu-py39-lsof-numpy-pexpect"
115123
python: "3.9"
116124
os: ubuntu-latest
117125
tox_env: "py39-lsof-numpy-pexpect"
126+
118127
- name: "ubuntu-py39-pluggy"
119128
python: "3.9"
120129
os: ubuntu-latest
121130
tox_env: "py39-pluggymain-pylib-xdist"
131+
122132
- name: "ubuntu-py39-freeze"
123133
python: "3.9"
124134
os: ubuntu-latest
125135
tox_env: "py39-freeze"
136+
126137
- name: "ubuntu-py39-xdist"
127138
python: "3.9"
128139
os: ubuntu-latest
129140
tox_env: "py39-xdist"
141+
130142
- name: "ubuntu-py310-xdist"
131143
python: "3.10"
132144
os: ubuntu-latest
133145
tox_env: "py310-xdist"
146+
134147
- name: "ubuntu-py311"
135148
python: "3.11"
136149
os: ubuntu-latest
137150
tox_env: "py311"
138151
use_coverage: true
152+
139153
- name: "ubuntu-py312"
140154
python: "3.12"
141155
os: ubuntu-latest
142156
tox_env: "py312"
143157
use_coverage: true
144-
- name: "ubuntu-py313"
158+
159+
- name: "ubuntu-py313-pexpect"
145160
python: "3.13"
146161
os: ubuntu-latest
147162
tox_env: "py313-pexpect"
148163
use_coverage: true
149-
- name: "ubuntu-pypy3"
164+
165+
- name: "ubuntu-pypy3-xdist"
150166
python: "pypy-3.9"
151167
os: ubuntu-latest
152168
tox_env: "pypy3-xdist"
153169

170+
154171
- name: "macos-py39"
155172
python: "3.9"
156173
os: macos-latest
157174
tox_env: "py39-xdist"
158175
use_coverage: true
176+
159177
- name: "macos-py310"
160178
python: "3.10"
161179
os: macos-latest
162180
tox_env: "py310-xdist"
181+
163182
- name: "macos-py312"
164183
python: "3.12"
165184
os: macos-latest
166185
tox_env: "py312-xdist"
186+
167187
- name: "macos-py313"
168188
python: "3.13"
169189
os: macos-latest
170190
tox_env: "py313-xdist"
171191

192+
172193
- name: "plugins"
173194
python: "3.12"
174195
os: ubuntu-latest
175196
tox_env: "plugins"
176197

198+
177199
- name: "doctesting"
178200
python: "3.9"
179201
os: ubuntu-latest

0 commit comments

Comments
 (0)