Skip to content

Commit bd0ab1c

Browse files
committed
exclude few more tests + add changelog entries for patch
1 parent 67e0336 commit bd0ab1c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

debian/changelog

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
pandas (0.19.1-3) UNRELEASED; urgency=medium
1+
pandas (0.19.1-3) unstable; urgency=medium
22

33
* Require cython >= 0.23 or otherwise use pre-cythoned sources
44
(should resolve https://github.com/pandas-dev/pandas/issues/14699
55
on jessie)
66
* debian/control
77
- Build-Conflicts with python-tables 3.3.0-4 since that one leads to FTBFS
88
- boosted policy to 3.9.8
9+
* debian/rules
10+
- Exclude few more tests which fail on big endian and other platforms
11+
test_(msgpack|read_dta18)
12+
* debian/patches
13+
- changeset_0699c89882133a41c250abdac02796fec84512e8.diff
14+
to compare in the tests against native endianness
915

10-
-- Yaroslav Halchenko <[email protected]> Thu, 08 Dec 2016 11:13:46 -0500
16+
-- Yaroslav Halchenko <[email protected]> Fri, 09 Dec 2016 15:49:50 -0500
1117

1218
pandas (0.19.1-2) unstable; urgency=medium
1319

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ UVER_PYSHORT := $(shell echo $(UVER_PY) | sed -e 's,+git.*,,g')
2525
MIN_CYTHONVER = 0.23
2626

2727
# Some unittests might need to be excluded for different Python versions
28-
EXCLUDE_TESTS := --exclude 'test_(bar_log|set_locale|constructor_compound_dtypes|invalid_index_types|searchsorted_sorter|sparse_max_row)'
28+
EXCLUDE_TESTS := --exclude 'test_(bar_log|set_locale|constructor_compound_dtypes|invalid_index_types|searchsorted_sorter|sparse_max_row|msgpack|read_dta18)'
2929
EXCLUDE_TESTS2 :=
3030
EXCLUDE_TESTS3.2 :=
3131
#--exclude "test_bootstrap_plot"

0 commit comments

Comments
 (0)