-
Notifications
You must be signed in to change notification settings - Fork 8
pkg_resources is deprecated as an API #63
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
If I run make test-all I got a deprecation warning for usage of pkg_resources.
Describe the solution you'd like
To be safe in the future we should switch to importlib.metadata instead of using pkg_resources.
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request