-
-
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
Pass through LANG environment variable by default #247
Comments
Original comment by @hpk42 tox-2.0.2 adds LANG to the default set (just released). |
Original comment by @msabramo Along a similar line to @aconrad (we work at the same company), I also took a stab though I did it by adding a https://bitbucket.org/hpk42/tox/pull-request/162/add-passenv-cli-option/diff |
Original comment by @aconrad I submitted a pull request here to get the conversation started. https://bitbucket.org/hpk42/tox/pull-request/161/pass-lang-variable-to-the-test-environment/diff |
Original comment by @aconrad Yes please! All my tox projects started failing with Python 3 because the Also this makes projects using Click under Python 3 unusable. |
Original comment by @homeworkprod I stumbled across this as well. A package (Arrow, in my case; see arrow-py/arrow#224 for my bug report against the project) won't install on my CI because tox doesn't pass Explicitly specifying environment variables in the tox configuration file seems to be a workaround, but I'd prefer to be able to change the locale tox (and its subprocesses) uses right from the command line. |
Original comment by @asottile Hitting this here: ekalinin/nodeenv#123 |
This renders io.open() and py3 open() pretty useless without it on linux at least (as they will use ASCII instead of the platform's default encoding)
The text was updated successfully, but these errors were encountered: