54
54
fail-fast : false
55
55
matrix :
56
56
name : [
57
- " windows-py39-asynctest" ,
58
- " windows-py39-twisted24" ,
59
- " windows-py39-twisted25" ,
57
+ " windows-py39-unittest-extras" ,
60
58
" windows-py39-pluggy" ,
61
59
" windows-py39-xdist" ,
62
60
" windows-py310" ,
65
63
" windows-py313" ,
66
64
" windows-py314" ,
67
65
68
- " ubuntu-py39-asynctest" ,
69
- " ubuntu-py39-twisted24" ,
70
- " ubuntu-py39-twisted25" ,
66
+ " ubuntu-py39-unittest-extras" ,
71
67
" ubuntu-py39-lsof-numpy-pexpect" ,
72
68
" ubuntu-py39-pluggy" ,
73
69
" ubuntu-py39-freeze" ,
@@ -90,22 +86,10 @@ jobs:
90
86
]
91
87
92
88
include :
93
- - name : " windows-py39-asynctest "
89
+ - name : " windows-py39-unittest-extras "
94
90
python : " 3.9"
95
91
os : windows-latest
96
- tox_env : " py39-twisted24"
97
- use_coverage : true
98
-
99
- - name : " windows-py39-twisted24"
100
- python : " 3.9"
101
- os : windows-latest
102
- tox_env : " py39-twisted24"
103
- use_coverage : true
104
-
105
- - name : " windows-py39-twisted25"
106
- python : " 3.9"
107
- os : windows-latest
108
- tox_env : " py39-twisted25"
92
+ tox_env : " py39-asynctest,py39-twisted24,py39-twisted25"
109
93
use_coverage : true
110
94
111
95
- name : " windows-py39-pluggy"
@@ -143,22 +127,10 @@ jobs:
143
127
os : windows-latest
144
128
tox_env : " py314"
145
129
146
- - name : " ubuntu-py39-asynctest"
147
- python : " 3.9"
148
- os : ubuntu-latest
149
- tox_env : " py39-asynctest"
150
- use_coverage : true
151
-
152
- - name : " ubuntu-py39-twisted24"
153
- python : " 3.9"
154
- os : ubuntu-latest
155
- tox_env : " py39-twisted24"
156
- use_coverage : true
157
-
158
- - name : " ubuntu-py39-twisted25"
130
+ - name : " ubuntu-py39-unittest-extras"
159
131
python : " 3.9"
160
132
os : ubuntu-latest
161
- tox_env : " py39-twisted25"
133
+ tox_env : " py39-asynctest,py39-twisted24,py39- twisted25"
162
134
use_coverage : true
163
135
164
136
- name : " ubuntu-py39-lsof-numpy-pexpect"
0 commit comments