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

Prefer sysconfig over distutils #1951

Closed
wants to merge 0 commits into from
Closed

Conversation

gaborbernat
Copy link
Contributor

distutils will be removed in python3.10, and is now deprecated.

@codecov
Copy link

codecov bot commented Sep 26, 2020

Codecov Report

Merging #1951 into main will decrease coverage by 8.42%.
The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1951      +/-   ##
==========================================
- Coverage   93.92%   85.49%   -8.43%     
==========================================
  Files          86       86              
  Lines        4228     4255      +27     
==========================================
- Hits         3971     3638     -333     
- Misses        257      617     +360     
Flag Coverage Δ
#tests 85.49% <80.00%> (-8.43%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/virtualenv/discovery/py_info.py 92.35% <60.00%> (-2.40%) ⬇️
src/virtualenv/create/describe.py 100.00% <100.00%> (ø)
.../create/via_global_ref/builtin/cpython/cpython2.py 86.56% <100.00%> (-10.45%) ⬇️
...ualenv/create/via_global_ref/builtin/pypy/pypy2.py 92.20% <100.00%> (-6.50%) ⬇️
src/virtualenv/discovery/windows/pep514.py 0.00% <0.00%> (-100.00%) ⬇️
src/virtualenv/discovery/windows/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
src/virtualenv/util/subprocess/_win_subprocess.py 0.00% <0.00%> (-95.09%) ⬇️
src/virtualenv/util/path/_pathlib/via_os_path.py 0.00% <0.00%> (-91.51%) ⬇️
src/virtualenv/create/via_global_ref/store.py 50.00% <0.00%> (-40.00%) ⬇️
src/virtualenv/activation/batch/__init__.py 66.66% <0.00%> (-33.34%) ⬇️
... and 16 more

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 4bcf20e...caab966. Read the comment docs.

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.

None yet

1 participant