Skip to content

Commit ae5a3d5

Browse files
committed
🧪 Exclude PyPy 3.11 on Windows in CI
These seem to reveal a tox bug with UTF-8 encoding.
1 parent d4c1c75 commit ae5a3d5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,14 @@ jobs:
677677
- py
678678
xfail:
679679
- false
680+
exclude:
681+
# NOTE: Windows PyPy 3.11 jobs are excluded because of UTF-8
682+
# NOTE: encoding bugs in tox.
683+
# NOTE: They should be re-added once it's fixed.
684+
- runner-vm-os: windows-2022
685+
python-version: pypy-3.11
686+
- runner-vm-os: windows-2019
687+
python-version: pypy-3.11
680688

681689
uses: tox-dev/workflow/.github/workflows/reusable-tox.yml@89de3c6be3cd179adf71e28aa4ac5bef60804209 # yamllint disable-line rule:line-length
682690
with:

0 commit comments

Comments
 (0)