Skip to content

Commit a14c94b

Browse files
committed
Use a single 'unittest-extra' job to run asynctest and twisted
1 parent cdb28a6 commit a14c94b

File tree

1 file changed

+6
-34
lines changed

1 file changed

+6
-34
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
name: [
57-
"windows-py39-asynctest",
58-
"windows-py39-twisted24",
59-
"windows-py39-twisted25",
57+
"windows-py39-unittest-extras",
6058
"windows-py39-pluggy",
6159
"windows-py39-xdist",
6260
"windows-py310",
@@ -65,9 +63,7 @@ jobs:
6563
"windows-py313",
6664
"windows-py314",
6765

68-
"ubuntu-py39-asynctest",
69-
"ubuntu-py39-twisted24",
70-
"ubuntu-py39-twisted25",
66+
"ubuntu-py39-unittest-extras",
7167
"ubuntu-py39-lsof-numpy-pexpect",
7268
"ubuntu-py39-pluggy",
7369
"ubuntu-py39-freeze",
@@ -90,22 +86,10 @@ jobs:
9086
]
9187

9288
include:
93-
- name: "windows-py39-asynctest"
89+
- name: "windows-py39-unittest-extras"
9490
python: "3.9"
9591
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"
10993
use_coverage: true
11094

11195
- name: "windows-py39-pluggy"
@@ -143,22 +127,10 @@ jobs:
143127
os: windows-latest
144128
tox_env: "py314"
145129

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"
159131
python: "3.9"
160132
os: ubuntu-latest
161-
tox_env: "py39-twisted25"
133+
tox_env: "py39-asynctest,py39-twisted24,py39-twisted25"
162134
use_coverage: true
163135

164136
- name: "ubuntu-py39-lsof-numpy-pexpect"

0 commit comments

Comments
 (0)