openforcefield / openff-evaluator

A physical property evaluation toolkit from the Open Forcefield Consortium.
https://docs.openforcefield.org/projects/evaluator
MIT License
55 stars 18 forks source link

Remove use of `pkg_resources` #542

Closed mattwthompson closed 11 months ago

mattwthompson commented 11 months ago

Description

This PR migrates entry point management and testing to use importlib.metadata instead of the deprecated (as an PI) pkg_resources. Resolves #505

Todos

Notable points that this PR has either accomplished or will accomplish.

Status

codecov[bot] commented 11 months ago

Codecov Report

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%.

Additional details and impacted files