Skip to content

Commit 8dfa0a5

Browse files
authored
Skip running cattrs tests on PyPy (#272)
Works around #271
1 parent 7bb3f3f commit 8dfa0a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/third_party.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,9 @@ jobs:
312312
strategy:
313313
fail-fast: false
314314
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"]
316318
runs-on: ubuntu-latest
317319
timeout-minutes: 60
318320
steps:

0 commit comments

Comments
 (0)