-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
Exclude virtualenvs vers w/ regressions 20.0.[0-7] #1537
Exclude virtualenvs vers w/ regressions 20.0.[0-7] #1537
Conversation
@@ -43,7 +43,7 @@ install_requires = | |||
pluggy >= 0.12.0, <1 | |||
py >= 1.4.17, <2 | |||
six >= 1.14.0, <2 # required when virtualenv>=20 | |||
virtualenv >= 16.0.0 | |||
virtualenv >= 16.0.0, !=20.0.0, !=20.0.1, !=20.0.2, !=20.0.3, !=20.0.4, !=20.0.5, !=20.0.6, !=20.0.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this needed? Shouldn't install just pick the latest?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
additionally, though each of these have bugs they "work" for the 95-99% case and it's probably not helpful to exclude it for those already using those versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'll only install latest if no existing virtualenv is present. So if you do pip install tox
and there's virtualenv==20.0.2
there, it'll not upgrade it because it matches the requirement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't think of a better solution atm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😢 you're right
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is on hold until we fix the master CI.
released via https://pypi.org/project/tox/3.14.6/ |
* Exclude virtualenvs vers w/ regressions 20.0.[0-7] * Add a change fragment
virtualenv 20 series has had a number of regressions. This PR explicitly excludes versions with known issues that are hard to debug.
Contribution checklist:
(also see CONTRIBUTING.rst for details)
in message body
<issue number>.<type>.rst
for example (588.bugfix.rst)<type>
is must be one ofbugfix
,feature
,deprecation
,breaking
,doc
,misc
<your username>
"superuser
."CONTRIBUTORS
(preserving alphabetical order)