-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Add LANGUAGE
env var to default pass list
#431
Comments
Thanks for the report @ulope. Is that maybe a special configuration? I don't have a Mac here atm, but AFAIK mac uses the same |
Yeah I hadn't seen it before either. It does affect Python's string handling however so I still think it would make sense to add it to the default "pass" list. |
Is anyone working on this feature? |
Not that I know of. Go for it :) |
Should |
AFAIK it's not used on Debian based systems. I'm on Arch Linux and there is also no |
It appears to be a standard feature: https://linux.die.net/man/7/locale (see section on |
It's not set on my OS X or my Ubuntu 16.04 but it is in the |
Pull request: #486 |
Add 'LANGUAGE' to default passed environment variables (#431)
Since tox 2.0.2
LANG
is automatically passed to avoid Unicode(En|De)codeErrors. I've just now encountered a system (macOS) whereLANGUAGE
was used instead ofLANG
, again causing test breakage.I would suggest to add
LANGUAGE
to the list of default pass variables.The text was updated successfully, but these errors were encountered: