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

Remove deprecated pkg_resources library #288

Merged
merged 1 commit into from
May 15, 2024

Conversation

marmarta
Copy link
Member

@marmarta marmarta commented May 3, 2024

Use the recommended replacement: importlib.
Requires at least Python 3.8 to work with
importlib.metadata.

references QubesOS/qubes-issues#9195

@marmarta
Copy link
Member Author

marmarta commented May 3, 2024

PipelineRetryFailed

Copy link

codecov bot commented May 3, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 74.60%. Comparing base (e54eb38) to head (9e8d0c5).
Report is 16 commits behind head on main.

Files Patch % Lines
qubesadmin/utils.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #288      +/-   ##
==========================================
- Coverage   75.04%   74.60%   -0.45%     
==========================================
  Files          51       51              
  Lines        7839     7899      +60     
==========================================
+ Hits         5883     5893      +10     
- Misses       1956     2006      +50     

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

Use the recommended replacement: importlib.
Requires at least Python 3.8 to work with
importlib.metadata.

references QubesOS/qubes-issues#9195
@marmarek marmarek merged commit fcd8a27 into QubesOS:main May 15, 2024
2 of 4 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.

2 participants