We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c1c75 commit ae5a3d5Copy full SHA for ae5a3d5
1 file changed
.github/workflows/ci-cd.yml
@@ -677,6 +677,14 @@ jobs:
677
- py
678
xfail:
679
- 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
688
689
uses: tox-dev/workflow/.github/workflows/reusable-tox.yml@89de3c6be3cd179adf71e28aa4ac5bef60804209 # yamllint disable-line rule:line-length
690
with:
0 commit comments