Skip to content

Commit

Permalink
Revert "Skip running cattrs tests on PyPy (#272)" (#273)
Browse files Browse the repository at this point in the history
This reverts commit 8dfa0a5.
  • Loading branch information
AlexWaygood committed Jul 30, 2023
1 parent 8dfa0a5 commit 688fbd2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/third_party.yml
Expand Up @@ -312,9 +312,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# TODO: Add pypy3.9 back to this matrix
# After PyYAML/PyPy issues are fixed (see #271)
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.9"]
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
Expand Down

0 comments on commit 688fbd2

Please sign in to comment.