Skip to content

Commit 66090a2

Browse files
committed
Exclude few more tests which fail on 32bit
1 parent 2a7c096 commit 66090a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
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.20.2
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)'
28+
EXCLUDE_TESTS := --exclude 'test_(bar_log|set_locale|constructor_compound_dtypes|invalid_index_types|searchsorted_sorter|sparse_max_row)'
2929
EXCLUDE_TESTS2 :=
3030
EXCLUDE_TESTS3.2 :=
3131
#--exclude "test_bootstrap_plot"

0 commit comments

Comments
 (0)