You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This upgrade is to fix an issue in Hypothesis that only affects Python
2.x.
$ python commonmark/tests/unit_tests.py
Traceback (most recent call last):
File "commonmark/tests/unit_tests.py", line 6, in <module>
from hypothesis import given, example
:
File "/home/travis/virtualenv/python2.7.17/lib/python2.7/site-packages/hypothesis/internal/compat.py", line 302, in <module>
typing_root_type = (typing._Final, typing._GenericAlias) # type: ignore
AttributeError: 'module' object has no attribute '_GenericAlias'
HypothesisWorks/hypothesis#2014
Looks like the recent
typingupdate broke hypothesis (Python 2 only):The text was updated successfully, but these errors were encountered: