Skip to content

Commit 9c72d0f

Browse files
committed
exclude also test_set_locale since it fails ATM see pandas-dev#10471
1 parent 9648408 commit 9c72d0f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

debian/changelog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ pandas (0.16.2+git58-g01995b2-1) unstable; urgency=medium
88
Build-Depends-Indep to build docs
99
- add python{,3}-{lxml,html5lib} to Build-Depends and Recommends
1010
- use LC_ALL=C.UTF-8 while running tests
11+
- exclude also test_set_locale since it fails ATM
12+
see https://github.com/pydata/pandas/issues/10471
1113

12-
-- Yaroslav Halchenko <[email protected]> Mon, 29 Jun 2015 10:48:30 -0400
14+
-- Yaroslav Halchenko <[email protected]> Mon, 29 Jun 2015 17:50:50 -0400
1315

1416
pandas (0.16.0~rc1-1) experimental; urgency=medium
1517

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ UVER := $(shell LC_ALL=C dpkg-parsechangelog | awk '/^Version:/{print $$2;}' | s
2222
MIN_CYTHONVER = 0.20.2
2323

2424
# Some unittests might need to be excluded for different Python versions
25-
EXCLUDE_TESTS := --exclude test_bar_log
25+
EXCLUDE_TESTS := --exclude 'test_(bar_log|set_locale)'
2626
EXCLUDE_TESTS2 :=
2727
EXCLUDE_TESTS3.2 :=
2828
#--exclude "test_bootstrap_plot"

0 commit comments

Comments
 (0)