Skip to content

Commit d3d4600

Browse files
committed
WIP: test only unittestextras
1 parent d0ee227 commit d3d4600

File tree

1 file changed

+155
-155
lines changed

1 file changed

+155
-155
lines changed

.github/workflows/test.yml

Lines changed: 155 additions & 155 deletions
Original file line numberDiff line numberDiff line change
@@ -55,33 +55,33 @@ jobs:
5555
matrix:
5656
name: [
5757
"windows-py39-unittestextras",
58-
"windows-py39-pluggy",
59-
"windows-py39-xdist",
60-
"windows-py310",
61-
"windows-py311",
62-
"windows-py312",
63-
"windows-py313",
64-
"windows-py314",
65-
66-
"ubuntu-py39-lsof-numpy-pexpect",
67-
"ubuntu-py39-pluggy",
68-
"ubuntu-py39-freeze",
69-
"ubuntu-py39-xdist",
70-
"ubuntu-py310-xdist",
71-
"ubuntu-py311",
72-
"ubuntu-py312",
73-
"ubuntu-py313-pexpect",
74-
"ubuntu-py314",
75-
"ubuntu-pypy3-xdist",
76-
77-
"macos-py39",
78-
"macos-py310",
79-
"macos-py312",
80-
"macos-py313",
81-
"macos-py314",
82-
83-
"doctesting",
84-
"plugins",
58+
# "windows-py39-pluggy",
59+
# "windows-py39-xdist",
60+
# "windows-py310",
61+
# "windows-py311",
62+
# "windows-py312",
63+
# "windows-py313",
64+
# "windows-py314",
65+
#
66+
# "ubuntu-py39-lsof-numpy-pexpect",
67+
# "ubuntu-py39-pluggy",
68+
# "ubuntu-py39-freeze",
69+
# "ubuntu-py39-xdist",
70+
# "ubuntu-py310-xdist",
71+
# "ubuntu-py311",
72+
# "ubuntu-py312",
73+
# "ubuntu-py313-pexpect",
74+
# "ubuntu-py314",
75+
# "ubuntu-pypy3-xdist",
76+
#
77+
# "macos-py39",
78+
# "macos-py310",
79+
# "macos-py312",
80+
# "macos-py313",
81+
# "macos-py314",
82+
#
83+
# "doctesting",
84+
# "plugins",
8585
]
8686

8787
include:
@@ -91,134 +91,134 @@ jobs:
9191
tox_env: "py39-unittestextras"
9292
use_coverage: true
9393

94-
- name: "windows-py39-pluggy"
95-
python: "3.9"
96-
os: windows-latest
97-
tox_env: "py39-pluggymain-pylib-xdist"
98-
99-
- name: "windows-py39-xdist"
100-
python: "3.9"
101-
os: windows-latest
102-
tox_env: "py39-xdist"
103-
104-
- name: "windows-py310"
105-
python: "3.10"
106-
os: windows-latest
107-
tox_env: "py310-xdist"
108-
109-
- name: "windows-py311"
110-
python: "3.11"
111-
os: windows-latest
112-
tox_env: "py311"
113-
114-
- name: "windows-py312"
115-
python: "3.12"
116-
os: windows-latest
117-
tox_env: "py312"
118-
119-
- name: "windows-py313"
120-
python: "3.13"
121-
os: windows-latest
122-
tox_env: "py313"
123-
124-
- name: "windows-py314"
125-
python: "3.14"
126-
os: windows-latest
127-
tox_env: "py314"
128-
129-
- name: "ubuntu-py39-lsof-numpy-pexpect"
130-
python: "3.9"
131-
os: ubuntu-latest
132-
tox_env: "py39-lsof-numpy-pexpect"
133-
use_coverage: true
134-
135-
- name: "ubuntu-py39-pluggy"
136-
python: "3.9"
137-
os: ubuntu-latest
138-
tox_env: "py39-pluggymain-pylib-xdist"
139-
140-
- name: "ubuntu-py39-freeze"
141-
python: "3.9"
142-
os: ubuntu-latest
143-
tox_env: "py39-freeze"
144-
145-
- name: "ubuntu-py39-xdist"
146-
python: "3.9"
147-
os: ubuntu-latest
148-
tox_env: "py39-xdist"
149-
150-
- name: "ubuntu-py310-xdist"
151-
python: "3.10"
152-
os: ubuntu-latest
153-
tox_env: "py310-xdist"
154-
155-
- name: "ubuntu-py311"
156-
python: "3.11"
157-
os: ubuntu-latest
158-
tox_env: "py311"
159-
use_coverage: true
160-
161-
- name: "ubuntu-py312"
162-
python: "3.12"
163-
os: ubuntu-latest
164-
tox_env: "py312"
165-
use_coverage: true
166-
167-
- name: "ubuntu-py313-pexpect"
168-
python: "3.13"
169-
os: ubuntu-latest
170-
tox_env: "py313-pexpect"
171-
use_coverage: true
172-
173-
- name: "ubuntu-py314"
174-
python: "3.14"
175-
os: ubuntu-latest
176-
tox_env: "py314"
177-
use_coverage: true
178-
179-
- name: "ubuntu-pypy3-xdist"
180-
python: "pypy-3.9"
181-
os: ubuntu-latest
182-
tox_env: "pypy3-xdist"
183-
184-
185-
- name: "macos-py39"
186-
python: "3.9"
187-
os: macos-latest
188-
tox_env: "py39-xdist"
189-
use_coverage: true
190-
191-
- name: "macos-py310"
192-
python: "3.10"
193-
os: macos-latest
194-
tox_env: "py310-xdist"
195-
196-
- name: "macos-py312"
197-
python: "3.12"
198-
os: macos-latest
199-
tox_env: "py312-xdist"
200-
201-
- name: "macos-py313"
202-
python: "3.13"
203-
os: macos-latest
204-
tox_env: "py313-xdist"
205-
206-
- name: "macos-py314"
207-
python: "3.14"
208-
os: macos-latest
209-
tox_env: "py314-xdist"
210-
211-
- name: "plugins"
212-
python: "3.12"
213-
os: ubuntu-latest
214-
tox_env: "plugins"
215-
216-
217-
- name: "doctesting"
218-
python: "3.9"
219-
os: ubuntu-latest
220-
tox_env: "doctesting"
221-
use_coverage: true
94+
# - name: "windows-py39-pluggy"
95+
# python: "3.9"
96+
# os: windows-latest
97+
# tox_env: "py39-pluggymain-pylib-xdist"
98+
#
99+
# - name: "windows-py39-xdist"
100+
# python: "3.9"
101+
# os: windows-latest
102+
# tox_env: "py39-xdist"
103+
#
104+
# - name: "windows-py310"
105+
# python: "3.10"
106+
# os: windows-latest
107+
# tox_env: "py310-xdist"
108+
#
109+
# - name: "windows-py311"
110+
# python: "3.11"
111+
# os: windows-latest
112+
# tox_env: "py311"
113+
#
114+
# - name: "windows-py312"
115+
# python: "3.12"
116+
# os: windows-latest
117+
# tox_env: "py312"
118+
#
119+
# - name: "windows-py313"
120+
# python: "3.13"
121+
# os: windows-latest
122+
# tox_env: "py313"
123+
#
124+
# - name: "windows-py314"
125+
# python: "3.14"
126+
# os: windows-latest
127+
# tox_env: "py314"
128+
#
129+
# - name: "ubuntu-py39-lsof-numpy-pexpect"
130+
# python: "3.9"
131+
# os: ubuntu-latest
132+
# tox_env: "py39-lsof-numpy-pexpect"
133+
# use_coverage: true
134+
#
135+
# - name: "ubuntu-py39-pluggy"
136+
# python: "3.9"
137+
# os: ubuntu-latest
138+
# tox_env: "py39-pluggymain-pylib-xdist"
139+
#
140+
# - name: "ubuntu-py39-freeze"
141+
# python: "3.9"
142+
# os: ubuntu-latest
143+
# tox_env: "py39-freeze"
144+
#
145+
# - name: "ubuntu-py39-xdist"
146+
# python: "3.9"
147+
# os: ubuntu-latest
148+
# tox_env: "py39-xdist"
149+
#
150+
# - name: "ubuntu-py310-xdist"
151+
# python: "3.10"
152+
# os: ubuntu-latest
153+
# tox_env: "py310-xdist"
154+
#
155+
# - name: "ubuntu-py311"
156+
# python: "3.11"
157+
# os: ubuntu-latest
158+
# tox_env: "py311"
159+
# use_coverage: true
160+
#
161+
# - name: "ubuntu-py312"
162+
# python: "3.12"
163+
# os: ubuntu-latest
164+
# tox_env: "py312"
165+
# use_coverage: true
166+
#
167+
# - name: "ubuntu-py313-pexpect"
168+
# python: "3.13"
169+
# os: ubuntu-latest
170+
# tox_env: "py313-pexpect"
171+
# use_coverage: true
172+
#
173+
# - name: "ubuntu-py314"
174+
# python: "3.14"
175+
# os: ubuntu-latest
176+
# tox_env: "py314"
177+
# use_coverage: true
178+
#
179+
# - name: "ubuntu-pypy3-xdist"
180+
# python: "pypy-3.9"
181+
# os: ubuntu-latest
182+
# tox_env: "pypy3-xdist"
183+
#
184+
#
185+
# - name: "macos-py39"
186+
# python: "3.9"
187+
# os: macos-latest
188+
# tox_env: "py39-xdist"
189+
# use_coverage: true
190+
#
191+
# - name: "macos-py310"
192+
# python: "3.10"
193+
# os: macos-latest
194+
# tox_env: "py310-xdist"
195+
#
196+
# - name: "macos-py312"
197+
# python: "3.12"
198+
# os: macos-latest
199+
# tox_env: "py312-xdist"
200+
#
201+
# - name: "macos-py313"
202+
# python: "3.13"
203+
# os: macos-latest
204+
# tox_env: "py313-xdist"
205+
#
206+
# - name: "macos-py314"
207+
# python: "3.14"
208+
# os: macos-latest
209+
# tox_env: "py314-xdist"
210+
#
211+
# - name: "plugins"
212+
# python: "3.12"
213+
# os: ubuntu-latest
214+
# tox_env: "plugins"
215+
#
216+
#
217+
# - name: "doctesting"
218+
# python: "3.9"
219+
# os: ubuntu-latest
220+
# tox_env: "doctesting"
221+
# use_coverage: true
222222

223223
continue-on-error: >-
224224
${{

0 commit comments

Comments
 (0)