-
-
Notifications
You must be signed in to change notification settings - Fork 290
Fix collections ABCs deprecation warning #16
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
Conversation
Can this be submitted to TravisCI for verification? Looks like the PR predates my TravisCI integration. |
Yes, will rebase the branch on master. |
And the CI is green! |
Any chance for a release with this commit soon? The deprecation warning is very noisy in 3.7, and it doesn't sound like there's anything big blocking a release right now. |
Just came across this issue. I have a fresh virtualenv, packages below. Very annoying. I see this change has been merged but it's still popping up even though I have the latest version.
|
It looks like this is coming from the vendored copy of pyparsing in pkg-resources, which gets loaded with setuptools. I just looked at my environment, and I had the old pkg-resources until I pip updated setuptools, and now I have the necessary vendored version (pyparsing 2.2.1). Try reinstalling setuptools, and then check the vendored version of pyparsing in pkg-resources. |
Inspired by pyparsing/pyparsing#16 Closes Frozen-Flask#95 Closes Frozen-Flask#96
Inspired by pyparsing/pyparsing#16 Closes Frozen-Flask#95 Closes Frozen-Flask#96
Fixes https://sourceforge.net/p/pyparsing/bugs/106/.
With Python 3.7, I'm getting:
This PR fixes it.
The tests pass for me on macOS High Sierra with Python 2.7 and 3.7: