Skip to content

Commit 64c8d8e

Browse files
committed
🧪 Exclude PyPy 3.11 @ macOS from CI
They are unstable, crashing pytest-xdist workers on different tests.
1 parent d57eaac commit 64c8d8e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,13 @@ jobs:
685685
python-version: pypy-3.11
686686
- runner-vm-os: windows-2019
687687
python-version: pypy-3.11
688+
# NOTE: macOS PyPy 3.11 jobs are excluded because they flakily
689+
# NOTE: crash `pytest-xdist` workers.
690+
# NOTE: They should be re-added once it's fixed.
691+
- runner-vm-os: macos-15
692+
python-version: pypy-3.11
693+
- runner-vm-os: macos-13
694+
python-version: pypy-3.11
688695

689696
uses: tox-dev/workflow/.github/workflows/reusable-tox.yml@208490c75f7f6b81e2698cc959f24d264c462d57 # yamllint disable-line rule:line-length
690697
with:

0 commit comments

Comments
 (0)