Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 6bb0355

Browse files
authored
Fix tests (#538)
1 parent 8d8b319 commit 6bb0355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ envlist = {py36,py37,py38,py39}-{tests,install},docs,install,py36-docs
1010
download = true
1111
# Make sure reading the UTF-8 from test.py works regardless of the locale used.
1212
setenv =
13-
LANG=C
14-
LC_ALL=C
13+
LC_ALL=C.UTF-8
14+
LANG=C.UTF-8
1515
# To pass arguments to py.test, use `tox [options] -- [pytest posargs]`.
1616
commands =
1717
py.test --pep8 --cache-clear -vv src/tests {posargs}

0 commit comments

Comments
 (0)