We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a5a7f commit 2a7c096Copy full SHA for 2a7c096
debian/rules
@@ -29,8 +29,10 @@ EXCLUDE_TESTS := --exclude 'test_(bar_log|set_locale|constructor_compound_dtypes
29
EXCLUDE_TESTS2 :=
30
EXCLUDE_TESTS3.2 :=
31
#--exclude "test_bootstrap_plot"
32
-EXCLUDE_TESTS3.3 :=
+EXCLUDE_TESTS3.3 := --exclude 'test_to_latex_filename'
33
#--exclude "test_(bootstrap_plot|quoting|cant_compare_tz_naive_w_aware|more_flexible_frame_multi_function|yahoo)"
34
+EXCLUDE_TESTS3.4 := $(EXCLUDE_TESTS3.3)
35
+EXCLUDE_TESTS3.5 := $(EXCLUDE_TESTS3.3)
36
37
# MPLVER := $(shell dpkg -l python-matplotlib | awk '/^ii/{print $$3;}' || echo 0)
38
# $(shell dpkg --compare-versions $(MPLVER) lt 1.0 && echo '|test_hist|test_plot|test_boxplot|test_corr_rank' || echo '')
0 commit comments