Skip to content

Commit fb258ed

Browse files
committed
Exclude PyPy+Windows from test matrix
1 parent 8f3cdf7 commit fb258ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
- platform: ubuntu-latest
3030
python: "3.10"
3131
distutils: stdlib
32+
exclude:
33+
# The combination of PyPy+Windows+pytest-xdist+ProcessPoolExecutor is flaky/problematic
34+
- platform: windows-2019
35+
python: pypy-3.7
36+
distutils: local
3237
runs-on: ${{ matrix.platform }}
3338
env:
3439
SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils }}

0 commit comments

Comments
 (0)