Require pip 9.0.0 or newer for tox environments#1215
Require pip 9.0.0 or newer for tox environments#1215hackebrot merged 2 commits intocookiecutter:masterfrom
Conversation
|
As more and more projects drop support of python 2.7 we will face such issues more frequently. |
Codecov Report
@@ Coverage Diff @@
## master #1215 +/- ##
======================================
Coverage 100% 100%
======================================
Files 18 18
Lines 784 784
======================================
Hits 784 784Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #1215 +/- ##
======================================
Coverage 100% 100%
======================================
Files 18 18
Lines 784 784
======================================
Hits 784 784Continue to review full report at Codecov.
|
ssbarnea
left a comment
There was a problem hiding this comment.
Yes, 9.0.0 is decently old enough to be required.
|
Thanks for the review @ssbarnea! 🍪 |
|
@insspb Lets not diverge, I hope we do not discuss dropping py27 before 2020. I use cookiecutter in molecule and I am sure I will not drop it until it ends EOL. Even after I am likely to keep it until I am forced to drop it. I am more likely to replace a library that drops support for it than dropping support for py27. |
Fix Python 2.7 test environment. See tox-dev/tox#1406