-
-
Notifications
You must be signed in to change notification settings - Fork 616
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
Add pip>=20.2 support #1168
Add pip>=20.2 support #1168
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1168 +/- ##
=======================================
Coverage 99.51% 99.51%
=======================================
Files 36 36
Lines 2860 2862 +2
Branches 335 336 +1
=======================================
+ Hits 2846 2848 +2
Misses 8 8
Partials 6 6
Continue to review full report at Codecov.
|
|
Excellent! Can you just clarify for me the necessary syncing of [tox]
envlist =
# NOTE: keep this in sync with the env list in .travis.yml for tox-travis.
py{27,35,36,37,38,39,py,py3}-pip{20.0,20.1,20.2,latest,master}-coverage
checkqa
readme env:
# NOTE: keep this in sync with envlist in tox.ini for tox-travis.
- PIP=latest
- PIP=20.2 # TODO: update to 20.1 after pip-20.2 being released
- PIP=20.0
BTW it's good to see you're on top of the pypa/pip#8601 business, thanks! |
That note helps to add a new pip dimension to the matrix using Lines 11 to 14 in bd3e735
.. and sync correspondingly here: Line 4 in bd3e735
... and here: Lines 43 to 48 in bd3e735
Correct. Currently (until
Ha-ha :) I'm just hanging around the new resolver and keep an eye on it. |
Thank you @AndydeCleyre! |
Addressed breaking changes:
pip-20.2
release tracking issue: pypa/pip#8511Changelog-friendly one-liner: Add
pip>=20.2
support.Contributor checklist