MAINT: pkg_resources deprecation - #824
Conversation
|
Thank you so much @lizgehret! |
|
Fixed and confirmed CI passes on my fork; this should be good to re-run @ElDeveloper! |
|
Looks great, would you mind adding a note to the ChangeLog? |
|
|
Hey @ElDeveloper I wanted to circle back on this and see if you were planning to create a new emperor release any time soon and/or if you would be open to doing that so we can update our emperor version pin to pull in the updates from this PR? I should have checked in about this when I originally opened the PR, so sorry for the delayed follow-up about it! |
|
@lizgehret almost done with the release, just have to upload to PyPI. |
|
Hey @ElDeveloper, ah that's great!! Thank you 🙏🏻 |
Replaces call to
pkg_resourceswith the relevantimportlibcommand.We recently completed an org-wide sprint in QIIME 2 to remove all deprecated calls to
pkg_resources. After completing this, I noticed there was still a deprecation warning within our latest QIIME 2 development environments:Our next release is at the end of this month, so this change ensures continued compatibility post-release after
pkg_resourcesis fully removed in November/December of this year.