File tree 2 files changed +4
-1
lines changed
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
6
6
* debian/rules,patches
7
7
- save debian-based version into __version.py, so doesn't conflict with
8
8
upstream tests of public API
9
+ - exclude for now test_expressions on python3
10
+ (see https://github.com/pydata/pandas/issues/14269)
9
11
10
12
-- Yaroslav Halchenko <
[email protected] > Tue, 20 Sep 2016 22:31:17 -0400
11
13
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
29
29
EXCLUDE_TESTS2 :=
30
30
EXCLUDE_TESTS3.2 :=
31
31
# --exclude "test_bootstrap_plot"
32
- EXCLUDE_TESTS3.3 := --exclude 'test_to_latex_filename'
32
+ EXCLUDE_TESTS3.3 := --exclude 'test_(to_latex_filename|expressions)'
33
+
33
34
# --exclude "test_(bootstrap_plot|quoting|cant_compare_tz_naive_w_aware|more_flexible_frame_multi_function|yahoo)"
34
35
EXCLUDE_TESTS3.4 := $(EXCLUDE_TESTS3.3 )
35
36
EXCLUDE_TESTS3.5 := $(EXCLUDE_TESTS3.3 )
You can’t perform that action at this time.
0 commit comments