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: