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

DEP: Vendor a copy of distutils.spawn.find_executable #288

Merged
merged 2 commits into from
Feb 17, 2022
Merged

Conversation

BvB93
Copy link
Collaborator

@BvB93 BvB93 commented Feb 17, 2022

Distutils is deprecated per PEP 632 and stated for removal in python 3.12.

Distutils is deprecated per PEP 632 and stated for removal in python 3.12
@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Merging #288 (96a0f7d) into master (0e2ea97) will decrease coverage by 0.36%.
The diff coverage is 45.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #288      +/-   ##
==========================================
- Coverage   82.03%   81.67%   -0.37%     
==========================================
  Files          42       42              
  Lines        2254     2275      +21     
  Branches      373      380       +7     
==========================================
+ Hits         1849     1858       +9     
- Misses        311      318       +7     
- Partials       94       99       +5     
Impacted Files Coverage Δ
src/qmflows/test_utils.py 80.90% <45.45%> (-8.98%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0e2ea97...96a0f7d. Read the comment docs.

@BvB93 BvB93 merged commit 96112f7 into master Feb 17, 2022
@BvB93 BvB93 deleted the distutils branch February 17, 2022 14:18
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.

1 participant