-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
install_command doesnt interpolate {toxinidir} #128
Comments
Original comment by @hpk42 fix issue128: enable full substitution in install_command, → <> |
Original comment by @hpk42 no, feel free to make the systemic typo fix a first PR :) |
Original comment by evers Will have a look. Is there a reason you guys are using "substition" everywhere instead of substitution other than "its shorter"? |
Original comment by @hpk42 Indeed, the install command does not go through interpolation. Are you up for a PR to fix that? |
Original comment by evers Just to make sure I tested using {toxinidir} in a different place in the ini-file. I can confirm that it does work in a
and also in a:
|
I'm running into a wall trying to make pip use a custom ssl ca bundle with tox. I ended up trying to customize the install_command like so:
But it appears tox is not interpolating the {toxinidir} construct in there and is just the command with "--cert={toxinidir}" in the command literally. See the output below. Am I missing something or is this a bug? By the way, it does work when I use an explicit and absolute path like so: "--cert=/Users/ronald/.../my_ca_store.pem".
As you can see, it does interpolate the "{packages}" but not the "{toxinidir}".
The text was updated successfully, but these errors were encountered: