tox: remove requires: pip>=20.3.1#8125
Conversation
Causes some trouble in CI and not really needed as old pip should still work.
| py37-freeze | ||
| docs | ||
| docs-checklinks | ||
| requires = pip >= 20.3.1 |
There was a problem hiding this comment.
this was added to replicate CI environment locally, while working on #8119 (CI was running pip 20.3.1, but tox didn't use the latest locally)
There was a problem hiding this comment.
Right, it would be interesting to figure out what this error means
tox.exception.Error: Error: break infinite loop provisioning within /opt/hostedtoolcache/Python/3.8.6/x64/bin/python missing ['pip>=20.3.1']
but I'm taking a bit of a shortcut here to get the upcoming release going.
But even so I think we might want to leave this requires out; IIUC, until people get the new pip in their distro it would make the tox env creation a little longer? I haven't looked into it too much though.
There was a problem hiding this comment.
could be related tox-dev/tox#1518 nvm, it seems to install virtualenv-20.2.2
Causes some trouble in CI and not really needed as old pip should still work.