-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Regression in tox 3.21 #1785
Labels
bug:normal
affects many people or has quite an impact
Comments
@jayvdb I think this is also because of your changes if you can take a look 👏 |
yup, probably #1715 |
Another one caused by #1697 |
jayvdb
added a commit
to jayvdb/tox
that referenced
this issue
Jan 11, 2021
e4d0d60 introduced a regression when posargs default contained a colon, as the common substitution arg regex splits on the colon, and uses different replace types depending on the number of colons found. Fixes tox-dev#1785
6 tasks
jayvdb
added a commit
to jayvdb/tox
that referenced
this issue
Jan 11, 2021
e4d0d60 introduced a regression when posargs default contained a colon, as the common substitution arg regex splits on the colon, and uses different replace types depending on the number of colons found. Fixes tox-dev#1785
ssbarnea
pushed a commit
to ssbarnea/tox
that referenced
this issue
Apr 19, 2021
e4d0d60 introduced a regression when posargs default contained a colon, as the common substitution arg regex splits on the colon, and uses different replace types depending on the number of colons found. Fixes tox-dev#1785
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It looks like tox 3.21 is swallowing whatever comes after a
:
inside curly braces.For instance, with the
tox.ini
from tox-conda:With tox 3.20 is executed:
But with 3.21 we get:
The text was updated successfully, but these errors were encountered: