summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-14 01:12:06 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-14 01:12:06 +0000
commitfb258ed194228a95a3043c19abe215bd8c23ddab (patch)
tree029da0e2de99d6f7ec1863348c8eab3a6fa41325 /.github/workflows
parent8f3cdf705cbf5ba29238c9e5e900727d488bf463 (diff)
downloadpython-setuptools-git-fb258ed194228a95a3043c19abe215bd8c23ddab.tar.gz
Exclude PyPy+Windows from test matrix
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5be824c1..bc5b1e4d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -29,6 +29,11 @@ jobs:
- platform: ubuntu-latest
python: "3.10"
distutils: stdlib
+ exclude:
+ # The combination of PyPy+Windows+pytest-xdist+ProcessPoolExecutor is flaky/problematic
+ - platform: windows-2019
+ python: pypy-3.7
+ distutils: local
runs-on: ${{ matrix.platform }}
env:
SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils }}