-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Incorporate changes from importlib_metadata 0.19 #81878
Comments
Importlib_metadata 0.19 is about to release. Let's sync the code with that milestone (https://gitlab.com/python-devs/importlib_metadata/-/milestones/20). |
I've started work on this in jaraco@ee913fd, but two tests are failing: ====================================================================== Traceback (most recent call last):
File "/Users/jaraco/code/public/cpython/Lib/test/test_importlib/test_main.py", line 172, in test_egg_info
version('unknown-package')
AssertionError: PackageNotFoundError not raised ====================================================================== Traceback (most recent call last):
File "/Users/jaraco/code/public/cpython/Lib/test/test_importlib/test_zip.py", line 29, in test_zip_version_does_not_match
version('definitely-not-installed')
AssertionError: PackageNotFoundError not raised |
Okay, I think the issue was that I had failed to |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: