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

scuba: Use importlib.metadata over pkg_resources #247

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

JonathonReinhart
Copy link
Owner

pkg_resources is deprecated.

Fixes #245

Copy link

github-actions bot commented Jan 3, 2024

Test Results

  5 files    5 suites   1m 32s ⏱️
169 tests 167 ✅  2 💤 0 ❌
845 runs  835 ✅ 10 💤 0 ❌

Results for commit c5c5233.

♻️ This comment has been updated with latest results.

@JonathonReinhart JonathonReinhart force-pushed the 245-remove-pkg_resources branch 2 times, most recently from a9f4e19 to b9cc16a Compare January 3, 2024 05:26
pkg_resources is deprecated:
https://setuptools.pypa.io/en/latest/pkg_resources.html

This prefers importlib.metadata (introduced in Python 3.8) and uses the
backport importlib_metadata for Python 3.7 (to be removed in #242).

Fixes #245
@JonathonReinhart JonathonReinhart merged commit 0447700 into main Jan 3, 2024
10 checks passed
@JonathonReinhart JonathonReinhart deleted the 245-remove-pkg_resources branch January 3, 2024 05:31
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.

Remove use of pkg_resources
1 participant