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

Update dependencies and un-clamp virtualenv #4616

Merged
merged 4 commits into from
Oct 9, 2021

Conversation

abn
Copy link
Member

@abn abn commented Oct 8, 2021

Upstream issue with pip 21.1.1 was resolved in 21.1.2. This version of pip was embedded in virtualenv versions 20.4.7 and above.

Relates-to: #4042

See also:

Additional CI changes:

  • cirrus now does not do pip version check on runs
  • cirrus now upgrades virtual env prior to tox run

@abn abn changed the title Update deps Update dependencies and un-clamp virtualenv Oct 8, 2021
kasteph
kasteph previously requested changes Oct 8, 2021
.cirrus.yml Outdated Show resolved Hide resolved
abn added 4 commits October 9, 2021 09:12
Upstream issue with pip 21.1.1 was resolved in 21.1.2. This version of
pip was embedded in virtualenv versions 20.4.7 and above.

Relates-to: python-poetry#4042
@abn abn requested a review from kasteph October 9, 2021 07:13
@abn abn merged commit 46ea187 into python-poetry:master Oct 9, 2021
@abn abn deleted the update-deps branch October 9, 2021 07:22
# temporarily clamped due to https://github.com/pypa/pip/issues/9953
virtualenv = ">=20.4.3,<20.4.5"
# exclude 20.4.5 - 20.4.6 due to https://github.com/pypa/pip/issues/9953
virtualenv = "(>=20.4.3,<20.4.5 || >=20.4.7)"
Copy link
Member

Choose a reason for hiding this comment

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

This will be an issue since pip and the specification in general does not support "or" constraint.

virtualenv = ">=20.4.3,!=20.4.5,!=20.4.6"

Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants