Skip to content

Commit d4326dd

Browse files
committed
Allow PyPy to fail on CI.
Failures are apparently unrelated but needs more investigation.
1 parent 92e22dd commit d4326dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
python: "3.10"
6565
distutils: stdlib
6666
runs-on: ${{ matrix.platform }}
67-
continue-on-error: ${{ matrix.python == '3.14' }}
67+
continue-on-error: ${{ matrix.python == '3.14' || matrix.python == 'pypy3.10' }}
68+
# XXX: pypy seems to be flaky with unrelated tests in #6345
6869
env:
6970
SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils || 'local' }}
7071
timeout-minutes: 75

0 commit comments

Comments
 (0)