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

Fix test suite failing if run under system Python #1888

Merged
merged 1 commit into from
Jul 6, 2020

Conversation

gaborbernat
Copy link
Contributor

@gaborbernat gaborbernat commented Jul 4, 2020

Resolves #1882

@codecov
Copy link

codecov bot commented Jul 4, 2020

Codecov Report

Merging #1888 into master will increase coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1888      +/-   ##
==========================================
+ Coverage   93.86%   93.96%   +0.09%     
==========================================
  Files          86       86              
  Lines        4175     4175              
==========================================
+ Hits         3919     3923       +4     
+ Misses        256      252       -4     
Flag Coverage Δ
#tests 93.96% <ø> (+0.09%) ⬆️
Impacted Files Coverage Δ
src/virtualenv/create/creator.py 96.06% <0.00%> (+0.78%) ⬆️
src/virtualenv/util/subprocess/_win_subprocess.py 95.08% <0.00%> (+1.63%) ⬆️
src/virtualenv/util/path/_sync.py 93.10% <0.00%> (+3.44%) ⬆️

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 255a6d5...1f937b0. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests/unit/discovery/py_info/test_py_info.py::test_py_info_to_system_raises fails on openSUSE
1 participant