-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hypothesis 5.8.0 broken on Python 3.5.2 #2381
Comments
Possible dupe of #2334? |
Related but distinct I think... but we're more likely to drop support for 3.5 than fix this I think. |
I thought that might be the case 😢. Fair enough. |
Yeah 😕 I'd be happy to take a patch for this, but per docs "Hypothesis does not officially support anything except the latest patch release of any version of Python it supports". As context Numpy has already dropped 3.5, the PSF will in September, and it's only around 3% of our downloads - and only a fraction of that will be 3.5.2; while even the whole 3% is well less than the unsupported Python 2. |
Unfortunately this looks like a known bug in Python 3.5.2 - python/typing#259 - which we won't be able to fix 😞 |
Importing gives
TypeError: 'ellipsis' object is not iterable
:The text was updated successfully, but these errors were encountered: