-
Notifications
You must be signed in to change notification settings - Fork 308
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
Replace the remaining uses of pkg_resources with packaging and importlib_metadata. #736
Conversation
…ptools and pkg_resources.
…s, no longer required.
Type checks are still failing even after excluding 'packaging' similar to the others. grr. |
Suppress the import failure as the mypy config doesn't seem to be adequate. Why?
Now the error isn't present, apparently. Let's get some syrup for these waffles.
Suppress typecheck failures in importlib_metadata.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this! It's been on my list. Just a couple thoughts on managing types.
Add a comment indicating which codes to ignore.
Could you please tag the commit to trigger publishing? |
@mdreizin Thanks for the nudge. I'm hoping do that within the next week. |
Just want to say that fix works fine for me. Thanks a lot for refactoring! |
No description provided.