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 2aa87ee commit f51e947Copy full SHA for f51e947
hypothesis-python/scripts/basic-test.sh
@@ -31,7 +31,7 @@ pip install fakeredis
31
$PYTEST tests/redis/
32
pip uninstall -y redis fakeredis
33
34
-pip install typing_extensions
+pip install 'typing_extensions!=3.10.0.1'
35
$PYTEST tests/typing_extensions/
36
if [ "$(python -c 'import sys; print(sys.version_info[:2] <= (3, 7))')" = "False" ] ; then
37
# Required by importlib_metadata backport, which we don't want to break
0 commit comments