Skip to content

Commit 0c892fb

Browse files
committed
debian/tests/unittest - set LC_ALL=C.UTF-8 for the tests run to prevent failure of test_set_locale
1 parent 441cbbc commit 0c892fb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
pandas (0.17.1-3) unstable; urgency=medium
2+
3+
* debian/tests/unittest*
4+
- set LC_ALL=C.UTF-8 for the tests run to prevent failure of test_set_locale
5+
6+
-- Yaroslav Halchenko <[email protected]> Tue, 08 Dec 2015 08:31:30 -0500
7+
18
pandas (0.17.1-2) unstable; urgency=medium
29

310
* debian/control

debian/tests/unittests

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ cd "$ADTTMP"
77

88
for py in $pys; do
99
echo "=== python$py ==="
10-
xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" nosetests-$py -a '!network' -v pandas 2>&1
10+
LC_ALL=C.UTF-8 xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" nosetests-$py -a '!network' -v pandas 2>&1
1111
done

debian/tests/unittests3

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ cd "$ADTTMP"
77

88
for py in $pys; do
99
echo "=== $py ==="
10-
xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" $py /usr/bin/nosetests3 -a '!network' -v pandas 2>&1
10+
LC_ALL=C.UTF-8 xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" $py /usr/bin/nosetests3 -a '!network' -v pandas 2>&1
1111
done

0 commit comments

Comments
 (0)