-
Notifications
You must be signed in to change notification settings - Fork 448
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
plugins v1: Pin pip to supported versions #3428
Conversation
0e496bf
to
eac0bff
Compare
pip 21 dropped support for python 3.5 and python 2. pip >=21 no longer support python3.5 or python 2 and if used will result in a broken install with pip unable to install packages. * Drop support for Python 3.5 pypa/pip#9189 * Drop support for Python 2 pypa/pip#6148
eac0bff
to
9dc8570
Compare
Discourse topic https://forum.snapcraft.io/t/core-snaps-with-python-plugin-using-incompatible-pip-version-21-0/22369 also created |
Codecov Report
@@ Coverage Diff @@
## master #3428 +/- ##
=======================================
Coverage 90.83% 90.83%
=======================================
Files 258 258
Lines 18285 18285
=======================================
Hits 16610 16610
Misses 1675 1675
Continue to review full report at Codecov.
|
Co-authored-by: Chris Patterson <[email protected]>
python/legacy-build-and-run is failing because it's invoking legacy snapcraft which also needs this fix. |
Can you point me to the source for legacy snapcraft? |
If you could PR this to the "legacy" branch, that'd be awesome :D |
pip 21 dropped support for python 3.5 and python 2. pip >=21 no longer support python3.5 or python 2 and if used will result in a broken install with pip unable to install packages. * Drop support for Python 3.5 pypa/pip#9189 * Drop support for Python 2 pypa/pip#6148
This fixes a build breakage issue with the python snapcraft plugin used for building python projects. The python package manager pip dropped support for python2 and for python3.5 in pip version 21 and the plugin was patched to pin the version of pip. canonical/snapcraft#3428
This fixes a build breakage issue with the python snapcraft plugin used for building python projects. The python package manager pip dropped support for python2 and for python3.5 in pip version 21 and the plugin was patched to pin the version of pip. canonical/snapcraft#3428
This fixes a build breakage issue with the python snapcraft plugin used for building python projects. The python package manager pip dropped support for python2 and for python3.5 in pip version 21 and the plugin was patched to pin the version of pip. canonical/snapcraft#3428
This fixes a build breakage issue with the python snapcraft plugin used for building python projects. The python package manager pip dropped support for python2 and for python3.5 in pip version 21 and the plugin was patched to pin the version of pip. canonical/snapcraft#3428
This fixes a build breakage issue with the python snapcraft plugin used for building python projects. The python package manager pip dropped support for python2 and for python3.5 in pip version 21 and the plugin was patched to pin the version of pip. canonical/snapcraft#3428
This fixes a build breakage issue with the python snapcraft plugin used for building python projects. The python package manager pip dropped support for python2 and for python3.5 in pip version 21 and the plugin was patched to pin the version of pip. canonical/snapcraft#3428
This fixes a build breakage issue with the python snapcraft plugin used for building python projects. The python package manager pip dropped support for python2 and for python3.5 in pip version 21 and the plugin was patched to pin the version of pip. canonical/snapcraft#3428
This fixes a build breakage issue with the python snapcraft plugin used for building python projects. The python package manager pip dropped support for python2 and for python3.5 in pip version 21 and the plugin was patched to pin the version of pip. canonical/snapcraft#3428
This fixes a build breakage issue with the python snapcraft plugin used for building python projects. The python package manager pip dropped support for python2 and for python3.5 in pip version 21 and the plugin was patched to pin the version of pip. canonical/snapcraft#3428
This fixes a build breakage issue with the python snapcraft plugin used for building python projects. The python package manager pip dropped support for python2 and for python3.5 in pip version 21 and the plugin was patched to pin the version of pip. canonical/snapcraft#3428
This fixes a build breakage issue with the python snapcraft plugin used for building python projects. The python package manager pip dropped support for python2 and for python3.5 in pip version 21 and the plugin was patched to pin the version of pip. canonical/snapcraft#3428
pip 21 dropped support for python 3.5 and python 2.
pip >=21 no longer support python3.5 or python 2 and if used will result in a
broken install with pip unable to install packages.
./runtests.sh static
?./runtests.sh tests/unit
?