-
-
Notifications
You must be signed in to change notification settings - Fork 533
Wrong interpolation when using factors and variables substitutions #509
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
Comments
I just tried this with tox down to 1.9 and also with older pip versions. The same error occurs consistently ( If we explicitly define the environment in
I just stumbled over different behaviour when doing this kind of "dynamic" environment creation in #505 so this might be a portion of the code that needs some closer looking at and some special TLC to ideally make it behave in the same way as environments created in the envlist. What makes this harder to deal with (I guess - I am not familiar with the affected code yet), is that these specificiers can be factors also. |
duplicate of #312. |
When mixing factor and var subst, it factor are not removed before the var subst it seems.
Here's a following minimal
tox.ini
to reproduce:And here's what happens:
The command
['/Users/jd/toxtest/.tox/docs/bin/pip', 'install', 'futurist', 'mysql: pymysql', 'sphinx']
seems wrong, indeed.The text was updated successfully, but these errors were encountered: