Skip to content

Replace pkg_resources with importlib#116

Merged
xgarrido merged 1 commit intomasterfrom
fix-pkg-resources
Feb 26, 2026
Merged

Replace pkg_resources with importlib#116
xgarrido merged 1 commit intomasterfrom
fix-pkg-resources

Conversation

@xgarrido
Copy link
Collaborator

pkg_resources has been removed and can be replaced with importlib (present since python 3.8)

`pkg_resources` has been removed and can be replaced with `importlib` (present since python 3.8)
@xgarrido xgarrido added bug Something isn't working documentation labels Feb 26, 2026
@codecov-commenter
Copy link

codecov-commenter commented Feb 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.24%. Comparing base (fd90726) to head (0f0e187).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #116   +/-   ##
=======================================
  Coverage   87.24%   87.24%           
=======================================
  Files           3        3           
  Lines         541      541           
  Branches      106      106           
=======================================
  Hits          472      472           
  Misses         59       59           
  Partials       10       10           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@xgarrido xgarrido merged commit 36bc4d7 into master Feb 26, 2026
12 checks passed
@xgarrido xgarrido deleted the fix-pkg-resources branch February 26, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants