Closed mattwthompson closed 11 months ago
This PR migrates entry point management and testing to use importlib.metadata instead of the deprecated (as an PI) pkg_resources. Resolves #505
importlib.metadata
pkg_resources
Notable points that this PR has either accomplished or will accomplish.
Merging #542 (7a15f50) into main (90e7053) will increase coverage by 0.12%. Report is 2 commits behind head on main. The diff coverage is 92.85%.
0.12%
92.85%
Description
This PR migrates entry point management and testing to use
importlib.metadata
instead of the deprecated (as an PI)pkg_resources
. Resolves #505Todos
Notable points that this PR has either accomplished or will accomplish.
Status