Skip to content

Commit c5deb7f

Browse files
committed
Drop Windows pypy and 3.6 tests on Azure Pipelines
Looks like Azure doesn't provide agents for them any more.
1 parent 6966311 commit c5deb7f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

azure-pipelines.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ stages:
7171
spec: '3.10'
7272
pypy3:
7373
spec: 'pypy3'
74-
platforms: [linux, windows]
74+
platforms: [linux]
7575

7676
- template: azure-coretest.yml
7777
parameters:
@@ -84,7 +84,7 @@ stages:
8484
spec: '3.9'
8585
py310:
8686
spec: '3.10'
87-
platforms: [macOs]
87+
platforms: [windows, macOs]
8888

8989

9090
- stage: aux_tests
@@ -203,5 +203,3 @@ stages:
203203

204204
- script: tox -e flake8-noqa
205205
displayName: Run never-fail flake8 with noqa check
206-
207-

0 commit comments

Comments
 (0)