tag 741834 +patch thank you Hi,
this is a tiny patch to address the test failures. Thank you Thomas
diff -Nru python-babel-1.3+dfsg.1/debian/changelog python-babel-1.3+dfsg.1/debian/changelog --- python-babel-1.3+dfsg.1/debian/changelog 2014-06-24 09:06:24.000000000 +0200 +++ python-babel-1.3+dfsg.1/debian/changelog 2014-11-10 22:18:40.000000000 +0100 @@ -1,3 +1,10 @@ +python-babel (1.3+dfsg.1-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Call test suite with LC_ALL=C to avoid test failures. Closes: #741834 + + -- Thomas Viehmann <t...@beamnet.de> Mon, 11 Nov 2014 11:11:11 +0100 + python-babel (1.3+dfsg.1-4) unstable; urgency=medium * Fixed removal of pyshared folder stuff (that directory doesn't exist diff -Nru python-babel-1.3+dfsg.1/debian/rules python-babel-1.3+dfsg.1/debian/rules --- python-babel-1.3+dfsg.1/debian/rules 2014-06-24 09:06:24.000000000 +0200 +++ python-babel-1.3+dfsg.1/debian/rules 2014-11-10 22:41:56.000000000 +0100 @@ -72,6 +72,6 @@ override_dh_auto_test: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) - py.test - py.test-3 + LC_ALL=C py.test + LC_ALL=C py.test-3 endif