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

Use pip-api instead of importing pip #928

Merged
merged 3 commits into from
Apr 18, 2019
Merged

Conversation

di
Copy link
Contributor

@di di commented Apr 18, 2019

Fixes #924.

Also removes some (seemingly?) unnecessary @pytest.mark.skipif decorators that were preventing the relevant tests from being run.

di added 3 commits April 18, 2019 15:30
These tests were being skipped unnecessarily. The skips were added in PyCQA#809.
The ordering of the found requirements isn't important here
@codecov-io
Copy link

Codecov Report

Merging #928 into develop will increase coverage by 0.13%.
The diff coverage is 80%.

@@             Coverage Diff             @@
##           develop     #928      +/-   ##
===========================================
+ Coverage    89.03%   89.17%   +0.13%     
===========================================
  Files            8        8              
  Lines         2417     2410       -7     
  Branches       433      433              
===========================================
- Hits          2152     2149       -3     
+ Misses         178      174       -4     
  Partials        87       87

@timothycrosley
Copy link
Member

Looks perfect, thank you so much!

@timothycrosley timothycrosley merged commit 9188169 into PyCQA:develop Apr 18, 2019
timothycrosley added a commit that referenced this pull request Apr 18, 2019
Use pip-api instead of importing pip
@di di deleted the use-pip-api branch April 19, 2019 16:13
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.

pulling in pip internals causes depreciation warning
4 participants