File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ pandas (0.18.1+git25-ga7469cf-1) unstable; urgency=medium
66 * debian/rules,patches
77 - save debian-based version into __version.py, so doesn't conflict with
88 upstream tests of public API
9+ - exclude for now test_expressions on python3
10+ (see https://github.com/pydata/pandas/issues/14269)
911
1012 -- Yaroslav Halchenko <
[email protected] > Tue, 20 Sep 2016 22:31:17 -0400
1113
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ EXCLUDE_TESTS := --exclude 'test_(bar_log|set_locale|constructor_compound_dtypes
2929EXCLUDE_TESTS2 :=
3030EXCLUDE_TESTS3.2 :=
3131# --exclude "test_bootstrap_plot"
32- EXCLUDE_TESTS3.3 := --exclude 'test_to_latex_filename'
32+ EXCLUDE_TESTS3.3 := --exclude 'test_(to_latex_filename|expressions)'
33+
3334# --exclude "test_(bootstrap_plot|quoting|cant_compare_tz_naive_w_aware|more_flexible_frame_multi_function|yahoo)"
3435EXCLUDE_TESTS3.4 := $(EXCLUDE_TESTS3.3 )
3536EXCLUDE_TESTS3.5 := $(EXCLUDE_TESTS3.3 )
You can’t perform that action at this time.
0 commit comments