File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
8
pandas (0.17.1-2) unstable; urgency=medium
2
9
3
10
* debian/control
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ cd "$ADTTMP"
7
7
8
8
for py in $pys ; do
9
9
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
11
11
done
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ cd "$ADTTMP"
7
7
8
8
for py in $pys ; do
9
9
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
11
11
done
You can’t perform that action at this time.
0 commit comments