Since tox 2.0.2 LANG is automatically passed to avoid Unicode(En|De)codeErrors. I've just now encountered a system (macOS) where LANGUAGE was used instead of LANG, again causing test breakage.
I would suggest to add LANGUAGE to the list of default pass variables.
Since tox 2.0.2
LANGis automatically passed to avoid Unicode(En|De)codeErrors. I've just now encountered a system (macOS) whereLANGUAGEwas used instead ofLANG, again causing test breakage.I would suggest to add
LANGUAGEto the list of default pass variables.