Skip to content

Commit

Permalink
Skip running cattrs tests on PyPy (#272)
Browse files Browse the repository at this point in the history
Works around #271
  • Loading branch information
AlexWaygood committed Jul 18, 2023
1 parent 7bb3f3f commit 8dfa0a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/third_party.yml
Expand Up @@ -312,7 +312,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.9"]
# 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"]
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
Expand Down

0 comments on commit 8dfa0a5

Please sign in to comment.