Skip to content

Commit 2448242

Browse files
committed
Pin against broken typing-extensions as reported in python/typing#865. Fixes #350.
1 parent 7a3130a commit 2448242

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ testing =
5151
flufl.flake8
5252
pytest-perf >= 0.9.2
5353

54+
# workaround for python/importlib_metadata#350
55+
typing-extensions != 3.10.0.1; python_version > "3.10"
56+
5457
docs =
5558
# upstream
5659
sphinx

0 commit comments

Comments
 (0)