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

Fall back from distutils -> packaging.version (bugfix) #1203

Merged
merged 6 commits into from
Apr 23, 2024
Merged

Conversation

Hook25
Copy link
Collaborator

@Hook25 Hook25 commented Apr 22, 2024

Description

Distutils is no longer available in python3.12. With this PR when distutils is not available, we fall back to packaging.version.

Resolved issues

Fixes: #1193

Documentation

N/A

Tests

N/A

Copy link

codecov bot commented Apr 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.32%. Comparing base (84878c2) to head (e9293f6).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1203      +/-   ##
==========================================
+ Coverage   43.21%   43.32%   +0.11%     
==========================================
  Files         356      356              
  Lines       38662    38658       -4     
  Branches     6561     6559       -2     
==========================================
+ Hits        16706    16750      +44     
+ Misses      21293    21245      -48     
  Partials      663      663              
Flag Coverage Δ
provider-base 16.58% <100.00%> (+0.29%) ⬆️

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.

@Hook25 Hook25 force-pushed the fix_distuils_gone branch from db46de6 to cb9dbd5 Compare April 23, 2024 10:22
Copy link
Contributor

@kissiel kissiel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Let's see if MB is happy...

@Hook25 Hook25 merged commit b056c5b into main Apr 23, 2024
13 checks passed
@Hook25 Hook25 deleted the fix_distuils_gone branch April 23, 2024 13:34
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.

wireless_connection_*_nm* tests fail with noble
2 participants