Skip to content
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

tox: remove requires: pip>=20.3.1 #8125

Merged
merged 1 commit into from Dec 12, 2020

Conversation

bluetech
Copy link
Member

Causes some trouble in CI and not really needed as old pip should still work.

Causes some trouble in CI and not really needed as old pip should still
work.
@@ -16,7 +16,6 @@ envlist =
py37-freeze
docs
docs-checklinks
requires = pip >= 20.3.1
Copy link
Member

@antonblr antonblr Dec 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Member

@antonblr antonblr Dec 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could be related tox-dev/tox#1518 nvm, it seems to install virtualenv-20.2.2

@bluetech bluetech merged commit d51ecbd into pytest-dev:master Dec 12, 2020
@bluetech bluetech deleted the tox-rm-pip-req branch December 12, 2020 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants