We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1b556 commit 822c248Copy full SHA for 822c248
.github/workflows/ci.yml
@@ -72,6 +72,7 @@ jobs:
72
# accidentally pick up typing_extensions as installed by a dependency
73
cd src
74
python -m unittest test_typing_extensions.py
75
+ continue-on-error: ${{ endsWith(matrix.python-version, '-dev') }}
76
77
- name: Test CPython typing test suite
78
# Test suite fails on PyPy even without typing_extensions
@@ -81,6 +82,7 @@ jobs:
81
82
# Run the typing test suite from CPython with typing_extensions installed,
83
# because we monkeypatch typing under some circumstances.
84
python -c 'import typing_extensions; import test.__main__' test_typing -v
85
86
87
linting:
88
name: Lint
0 commit comments