From b40cb2584ee63cdc793d10432362fdb32034e604 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 2 Aug 2017 01:32:37 -0300 Subject: Tests: assume a UTF-8 locale for now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a13f5cb..5ac780c1 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ test: export GIT_COMMITTER_NAME=$$GIT_AUTHOR_NAME; \ export GIT_COMMITTER_EMAIL=$$GIT_AUTHOR_EMAIL; \ PYTHONPATH=. \ - python3 setup.py nosetests $(NOSE_OPTS) + LC_ALL=C.UTF-8 python3 setup.py nosetests $(NOSE_OPTS) syntax-check: flake8 $(FLAKE_OPTS) -- cgit v1.2.3