Skip to content

Commit 688fbd2

Browse files
authored
Revert "Skip running cattrs tests on PyPy (#272)" (#273)
This reverts commit 8dfa0a5.
1 parent 8dfa0a5 commit 688fbd2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/third_party.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,7 @@ jobs:
312312
strategy:
313313
fail-fast: false
314314
matrix:
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"]
315+
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.9"]
318316
runs-on: ubuntu-latest
319317
timeout-minutes: 60
320318
steps:

0 commit comments

Comments
 (0)