banesullivan / scooby

🐶 🕵️ Great Dane turned Python environment detective
MIT License
47 stars 12 forks source link

importlib.metadata.version is now default mechanism #117

Closed banesullivan closed 1 year ago

banesullivan commented 1 year ago

Follow up to #101 to make importlib.metadata's version the default mechanism for retrieving package versions now that scooby is Python 3.8+ and this module is no longer provisional as of Python 3.10

Also cleans up a deprecation warning for a testing tool

codecov-commenter commented 1 year ago

Codecov Report

Merging #117 (11fef3d) into main (91614ce) will decrease coverage by 0.40%. The diff coverage is 81.81%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main     #117      +/-   ##
==========================================
- Coverage   85.61%   85.22%   -0.40%     
==========================================
  Files           5        5              
  Lines         445      440       -5     
==========================================
- Hits          381      375       -6     
- Misses         64       65       +1