From 72a5e662bee34d187c0c6d8efd0384365ab20a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Tue, 4 Oct 2016 01:20:02 -0400 Subject: [PATCH] hardcore locale for tests --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 0247380..a02250f 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,10 @@ export DH_OPTIONS %: dh $@ --with=python2,sphinxdoc --buildsystem=pybuild +override_dh_auto_test: + # override locale to make sure tests pass + LANG=C.UTF-8 dh_auto_test + override_dh_auto_install: dh_auto_install # workaround a limitation in distutils, see -- GitLab