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

Replace use of pkg_resources with importlib.metadata #458

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

tysmith
Copy link
Collaborator

@tysmith tysmith commented Jun 27, 2024

Use iter_entry_points() workaround until Python 3.9 support is dropped

Use iter_entry_points() workaround until Python 3.9 support is dropped
@tysmith tysmith requested a review from a team as a code owner June 27, 2024 20:31
Copy link

codecov bot commented Jun 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.60%. Comparing base (90584bc) to head (df7ea3d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #458   +/-   ##
=======================================
  Coverage   99.60%   99.60%           
=======================================
  Files          53       53           
  Lines        5519     5521    +2     
=======================================
+ Hits         5497     5499    +2     
  Misses         22       22           

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

@tysmith tysmith merged commit 2ef2303 into master Jul 2, 2024
8 checks passed
@tysmith tysmith deleted the remove-pkg-resources branch July 2, 2024 19:11
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.

2 participants