Skip running cattrs tests on PyPy (#272) · python/typing_extensions@8dfa0a5 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit 8dfa0a5

Skip running cattrs tests on PyPy (#272)

Works around #271

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -312,7 +312,9 @@ jobs:
312 312 strategy:
313 313 fail-fast: false
314 314 matrix:
315 -python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.9"]
315 +# TODO: Add pypy3.9 back to this matrix
316 +# After PyYAML/PyPy issues are fixed (see #271)
317 +python-version: ["3.8", "3.9", "3.10", "3.11"]
316 318 runs-on: ubuntu-latest
317 319 timeout-minutes: 60
318 320 steps: