-
-
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
passenv=FOO passes on foo #1534
Comments
Feel free to open a PR against master and fix it. My available efforts at the moment are aimed at fixing this as part of #1394, but that probably will take a while (ETA September). |
Hey @gaborbernat, could I submit a pr for this? |
Sure 👍 |
To elaborate on the description, it seems that the value passed to Environment variables:
sample test file:
Test run
|
I have a slight preference for it remaining case insensitive on all platforms, as platform neutral behaviour is a feature of tox, so projects may have build scripts and published docs which rely on the current behaviour. Also worth noting that we dont have info about other platforms which tox may be used on. IMO it would be useful to emit a warning if the environment name has a different case to the casing used in |
Noting that as per #1718 we will not change behavior, but instead document the current behavior. |
When using
passenv = FOO
it willl pass-throughfoo
.Code ref: https://github.com/blueyed/tox/blob/2cfc0b218acec5cc8b2ff07e4351c72f4945c30e/src/tox/config/__init__.py#L720-L723
The text was updated successfully, but these errors were encountered: