Skip to content

Stop using pkg_resources in setup.py#78

Merged
cottsay merged 1 commit intomasterfrom
cottsay/drop-pkg-resources
Mar 27, 2026
Merged

Stop using pkg_resources in setup.py#78
cottsay merged 1 commit intomasterfrom
cottsay/drop-pkg-resources

Conversation

@cottsay
Copy link
Copy Markdown
Member

@cottsay cottsay commented Feb 13, 2026

The pkg_resources shim is no longer part of setuptools >= 82.

What we're checking here is very basic - let's just do it by hand.

@cottsay cottsay self-assigned this Feb 13, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 19.21%. Comparing base (b43e29d) to head (56b63ac).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #78   +/-   ##
=======================================
  Coverage   19.21%   19.21%           
=======================================
  Files           9        9           
  Lines         432      432           
  Branches       66       66           
=======================================
  Hits           83       83           
  Misses        336      336           
  Partials       13       13           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cottsay cottsay merged commit 01093b6 into master Mar 27, 2026
22 checks passed
@cottsay cottsay deleted the cottsay/drop-pkg-resources branch March 27, 2026 21:01
@cottsay cottsay added this to the 0.3.0 milestone Mar 27, 2026
@cottsay cottsay added the bug Something isn't working label Mar 27, 2026
@cottsay cottsay modified the milestones: 0.3.0, 0.3.1 Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Development

Successfully merging this pull request may close these issues.

2 participants