diff options
author | Dan Bungert <[email protected]> | 2024-07-09 15:34:21 -0600 |
---|---|---|
committer | Dan Bungert <[email protected]> | 2024-07-09 15:43:13 -0600 |
commit | 9ed6d51c794c78da90ce70d70a7883765a812b02 (patch) | |
tree | d85ac86a6de418cdb0898b8615bb879a0af4a577 | |
parent | 41c215f969df477995495b95251a9d00d1134562 (diff) |
tox: locale = C
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ downloadcache = ~/cache/pip usedevelop = True # LC_ALL see https://github.com/gabrielfalcao/HTTPretty/issues/223 setenv = VIRTUAL_ENV={envdir} - LC_ALL = en_US.utf-8 + LC_ALL = C deps = -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt # noproxy needed for several of the curtin jenkins jobs |