Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use importlib.metadata instead of pkg_resources #446

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dnerini
Copy link
Member

@dnerini dnerini commented Dec 10, 2024

Closes #445

@dnerini dnerini linked an issue Dec 10, 2024 that may be closed by this pull request
@dnerini dnerini self-assigned this Dec 10, 2024
@dnerini dnerini marked this pull request as draft December 10, 2024 21:08
Copy link

codecov bot commented Dec 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.16%. Comparing base (e332585) to head (50a1585).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #446      +/-   ##
==========================================
- Coverage   84.17%   84.16%   -0.01%     
==========================================
  Files         160      160              
  Lines       13058    13056       -2     
==========================================
- Hits        10991    10989       -2     
  Misses       2067     2067              
Flag Coverage Δ
unit_tests 84.16% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dnerini dnerini marked this pull request as ready for review December 16, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate from pkg_resources to importlib.metadata
1 participant