-
-
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
tox 3.14.5 incompatible with virtualenv 20 #1538
Labels
bug:normal
affects many people or has quite an impact
Comments
Can you test if it works with virtualenv 20.0.10? Feels this could be pypa/virtualenv#1732 |
A fix went in via pypa/virtualenv#1734 |
Thanks for the fix! |
Will release soon |
Done. |
Thanks! 👏 |
This was referenced Mar 19, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am running into issues when using the very latest versions of tox and virtualenv. I am running things in a clean environment:
If I create a simple
tox.ini
file that specifies a requirement that is not in the current environment:I get:
If I add:
to the
requires
section, everything works fine.The text was updated successfully, but these errors were encountered: