-
Notifications
You must be signed in to change notification settings - Fork 83
Upgrade pinned version of pip3 #84
Comments
I do agree. There has been a problem back in the days: 21b14c2 with an upgraded version. |
We could implement GitHub actions to run a docker build and check for errors in advance. |
Right. Seems like that was a fix for #20 , where the problem was pip 10.0.0 . Seems that pip 10.0.0 changed its internals; but, since it was installed by apt but then upgraded by us, that posed problems (pip warns you about doing this, although this is the first time I've seen that actually causing issues). I tried just removing the line to upgrade pip and use the version provided by the package manager 20.3.4. It looks like everything installed fine. In general the one installed with the package manager is a bit old (about 1.3 years) but regarded as stable. What sorts of acceptance tests should I run to qualify the image? Using GitHub actions to verify that it still builds is a neat idea. |
Those two very simple tests that would catch the biggest regressions, in my opinion. |
This repo will be aligned and upgraded soon #87 |
pip3 is currently pinned to version 9.0.3 here, and has been for about 4 years. We should probably unpin it, or at least upgrade it.
I'm happy to submit a patch for whichever we prefer.
The text was updated successfully, but these errors were encountered: