Skip to content

Commit

Permalink
Sorry PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Mar 11, 2024
1 parent e735af7 commit f519c45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ jobs:
run: |
# Run the typing test suite from CPython with typing_extensions installed,
# because we monkeypatch typing under some circumstances.
python -c 'import test.__main__' test_typing -v
python -c 'import typing_extensions; import test.__main__' test_typing -v
# Test suite fails on PyPy even without typing_extensions
if: !startsWith(matrix.python-version, 'pypy')

linting:
name: Lint
Expand Down

0 comments on commit f519c45

Please sign in to comment.