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 pkg_resources with importlib.metadata #77

Merged
merged 3 commits into from
May 15, 2024

Conversation

brondsem
Copy link
Member

@brondsem brondsem commented May 13, 2024

Fixes

DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

And some other updates (see commits)

Copy link

codecov bot commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.10%. Comparing base (c87e147) to head (167b0d9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #77      +/-   ##
==========================================
- Coverage   94.13%   94.10%   -0.04%     
==========================================
  Files          24       24              
  Lines        2696     2697       +1     
==========================================
  Hits         2538     2538              
- Misses        158      159       +1     
Flag Coverage Δ
tests-3.10 94.10% <100.00%> (-0.04%) ⬇️
tests-3.11 94.10% <100.00%> (-0.04%) ⬇️
tests-3.12 94.10% <100.00%> (-0.04%) ⬇️
tests-3.8 94.10% <100.00%> (-0.04%) ⬇️
tests-3.9 94.10% <100.00%> (-0.04%) ⬇️

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.

@brondsem brondsem merged commit 939f770 into switchboardpy:main May 15, 2024
6 of 7 checks passed
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.

1 participant