-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Stop using pkg_resources #9606
Copy link
Copy link
Closed
Labels
area: code healtharea: testinghas prpriority: significantIssues with higher than average priority that do not need to be in the current milestone.Issues with higher than average priority that do not need to be in the current milestone.
Milestone
Metadata
Metadata
Assignees
Labels
area: code healtharea: testinghas prpriority: significantIssues with higher than average priority that do not need to be in the current milestone.Issues with higher than average priority that do not need to be in the current milestone.
pkg_resourcesis deprecated and we started pinning backsetuptoolsto avoid problems here in #9657. We should stop usingpkg_resourcesand unpinsetuptools.I took a crack at fixing this for the
josepyrepo at certbot/josepy#158. I suspect a similar approach could be taken here, however, there's significantly more work to be done andimportlib_metadatawill need to be used to deal with plugins. After further scoping out the work here, I think there's a good chance this should probably be done over multiple PRs. Perhaps one PR could focus on testing and another could focus on plugins.I'm also throwing this in the current milestone for visibility for now at least.