-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Use enum34 when running tests on pre-3.4 Python versions #742
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
Comments
If I understand this correctly, this also means that the stub won't be used in Python3.5 |
@berdario the internal logic, just checks whether the name is |
I see. I'm not sure if the stub is correctly found then. I wrote a small project to try out mypy, now that https://github.com/berdario/resumable-urlretrieve/blob/faa631f/resumable/__init__.py#L28-L29 Aside from that, it works quite well, and I even got travis-ci to run |
I don't think mypy is fully compatible with the stdlib's |
I think this is a typeshed issue now, but we still need enum34 stubs in typeshed. |
Apparently |
Currently
enum
is treated Python 3.4 only.The text was updated successfully, but these errors were encountered: