Skip to content

Commit f51e947

Browse files
committed
Avoid upstream bug
python/typing#865 - CI fails under Python 3.10
1 parent 2aa87ee commit f51e947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypothesis-python/scripts/basic-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pip install fakeredis
3131
$PYTEST tests/redis/
3232
pip uninstall -y redis fakeredis
3333

34-
pip install typing_extensions
34+
pip install 'typing_extensions!=3.10.0.1'
3535
$PYTEST tests/typing_extensions/
3636
if [ "$(python -c 'import sys; print(sys.version_info[:2] <= (3, 7))')" = "False" ] ; then
3737
# Required by importlib_metadata backport, which we don't want to break

0 commit comments

Comments
 (0)