From fb258ed194228a95a3043c19abe215bd8c23ddab Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Mon, 14 Mar 2022 01:12:06 +0000 Subject: Exclude PyPy+Windows from test matrix --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows') 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 }} -- cgit v1.2.1