[Python-modules-commits] [flask] 13/16: Use LC_ALL=C.UTF-8 when running tests, Click is failing on non UTF-8 locale
Ondřej Nový
onovy at moszumanska.debian.org
Mon Jul 18 10:20:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository flask.
commit 2dac86d593c30ee33cf01d86cbd1a0df8f7ebd62
Author: Ondřej Nový <onovy at debian.org>
Date: Mon Jul 18 12:06:18 2016 +0200
Use LC_ALL=C.UTF-8 when running tests, Click is failing on non UTF-8 locale
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 98ed8dd..cf8504b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ flask (0.11.1-1) UNRELEASED; urgency=medium
* Enabled autopkgtest-pkg-python testsuite
* Use override_dh_sphinxdoc for building Sphinx docs and added nodocs
support
+ * Use LC_ALL=C.UTF-8 when running tests, Click is failing on non UTF-8
+ locale
-- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 21:36:03 +0200
diff --git a/debian/rules b/debian/rules
index 4d21161..11fab23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export PYBUILD_DESTDIR_python3=debian/python3-flask/
dh $@ --with python2,python3,sphinxdoc --buildsystem pybuild
override_dh_auto_test:
- http_proxy='' dh_auto_test
+ LC_ALL=C.UTF-8 http_proxy='' dh_auto_test
override_dh_python3:
dh_python3 -p python3-flask
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask.git
More information about the Python-modules-commits
mailing list