Skip to content

Commit 7539d83

Browse files
committed
ci/tests: skip downstream tests on pypy
1 parent a9f44b7 commit 7539d83

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/.tests-matrix.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
6969
pytest-poetry:
7070
name: pytest (Poetry)
7171
runs-on: ${{ inputs.runner }}
72-
if: inputs.run-pytest-poetry
72+
# FIXME: make Poetry tests pass with PyPy
73+
if: inputs.run-pytest-poetry && !startsWith(inputs.python-version, 'pypy')
7374
steps:
7475
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
7576
with:

0 commit comments

Comments
 (0)