File tree Expand file tree Collapse file tree 1 file changed +28
-6
lines changed Expand file tree Collapse file tree 1 file changed +28
-6
lines changed Original file line number Diff line number Diff line change 56
56
name : [
57
57
" windows-py39-unittestextras" ,
58
58
" windows-py39-pluggy" ,
59
+ " windows-py39-xdist" ,
59
60
" windows-py310" ,
60
61
" windows-py311" ,
61
62
" windows-py312" ,
@@ -64,12 +65,12 @@ jobs:
64
65
" ubuntu-py39-lsof-numpy-pexpect" ,
65
66
" ubuntu-py39-pluggy" ,
66
67
" ubuntu-py39-freeze" ,
67
- " ubuntu-py39" ,
68
+ " ubuntu-py39-xdist " ,
68
69
" ubuntu-py310-xdist" ,
69
70
" ubuntu-py311" ,
70
71
" ubuntu-py312" ,
71
- " ubuntu-py313" ,
72
- " ubuntu-pypy3" ,
72
+ " ubuntu-py313-pexpect " ,
73
+ " ubuntu-pypy3-xdist " ,
73
74
74
75
" macos-py39" ,
75
76
" macos-py310" ,
@@ -86,94 +87,115 @@ jobs:
86
87
os : windows-latest
87
88
tox_env : " py39-unittestextras"
88
89
use_coverage : true
90
+
89
91
- name : " windows-py39-pluggy"
90
92
python : " 3.9"
91
93
os : windows-latest
92
94
tox_env : " py39-pluggymain-pylib-xdist"
93
- - name : " windows-py39"
95
+
96
+ - name : " windows-py39-xdist"
94
97
python : " 3.9"
95
98
os : windows-latest
96
99
tox_env : " py39-xdist"
100
+
97
101
- name : " windows-py310"
98
102
python : " 3.10"
99
103
os : windows-latest
100
104
tox_env : " py310-xdist"
105
+
101
106
- name : " windows-py311"
102
107
python : " 3.11"
103
108
os : windows-latest
104
109
tox_env : " py311"
110
+
105
111
- name : " windows-py312"
106
112
python : " 3.12"
107
113
os : windows-latest
108
114
tox_env : " py312"
115
+
109
116
- name : " windows-py313"
110
117
python : " 3.13"
111
118
os : windows-latest
112
119
tox_env : " py313"
113
120
121
+
114
122
- name : " ubuntu-py39-lsof-numpy-pexpect"
115
123
python : " 3.9"
116
124
os : ubuntu-latest
117
125
tox_env : " py39-lsof-numpy-pexpect"
126
+
118
127
- name : " ubuntu-py39-pluggy"
119
128
python : " 3.9"
120
129
os : ubuntu-latest
121
130
tox_env : " py39-pluggymain-pylib-xdist"
131
+
122
132
- name : " ubuntu-py39-freeze"
123
133
python : " 3.9"
124
134
os : ubuntu-latest
125
135
tox_env : " py39-freeze"
136
+
126
137
- name : " ubuntu-py39-xdist"
127
138
python : " 3.9"
128
139
os : ubuntu-latest
129
140
tox_env : " py39-xdist"
141
+
130
142
- name : " ubuntu-py310-xdist"
131
143
python : " 3.10"
132
144
os : ubuntu-latest
133
145
tox_env : " py310-xdist"
146
+
134
147
- name : " ubuntu-py311"
135
148
python : " 3.11"
136
149
os : ubuntu-latest
137
150
tox_env : " py311"
138
151
use_coverage : true
152
+
139
153
- name : " ubuntu-py312"
140
154
python : " 3.12"
141
155
os : ubuntu-latest
142
156
tox_env : " py312"
143
157
use_coverage : true
144
- - name : " ubuntu-py313"
158
+
159
+ - name : " ubuntu-py313-pexpect"
145
160
python : " 3.13"
146
161
os : ubuntu-latest
147
162
tox_env : " py313-pexpect"
148
163
use_coverage : true
149
- - name : " ubuntu-pypy3"
164
+
165
+ - name : " ubuntu-pypy3-xdist"
150
166
python : " pypy-3.9"
151
167
os : ubuntu-latest
152
168
tox_env : " pypy3-xdist"
153
169
170
+
154
171
- name : " macos-py39"
155
172
python : " 3.9"
156
173
os : macos-latest
157
174
tox_env : " py39-xdist"
158
175
use_coverage : true
176
+
159
177
- name : " macos-py310"
160
178
python : " 3.10"
161
179
os : macos-latest
162
180
tox_env : " py310-xdist"
181
+
163
182
- name : " macos-py312"
164
183
python : " 3.12"
165
184
os : macos-latest
166
185
tox_env : " py312-xdist"
186
+
167
187
- name : " macos-py313"
168
188
python : " 3.13"
169
189
os : macos-latest
170
190
tox_env : " py313-xdist"
171
191
192
+
172
193
- name : " plugins"
173
194
python : " 3.12"
174
195
os : ubuntu-latest
175
196
tox_env : " plugins"
176
197
198
+
177
199
- name : " doctesting"
178
200
python : " 3.9"
179
201
os : ubuntu-latest
You can’t perform that action at this time.
0 commit comments