We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3cdf7 commit fb258edCopy full SHA for fb258ed
.github/workflows/main.yml
@@ -29,6 +29,11 @@ jobs:
29
- platform: ubuntu-latest
30
python: "3.10"
31
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
37
runs-on: ${{ matrix.platform }}
38
env:
39
SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils }}
0 commit comments