[pandas] 01/01: Exclude one more test and de-activate non-working ignore of test errors

Andreas Tille tille at debian.org
Mon Oct 23 20:32:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch debian
in repository pandas.

commit b7439d96af8fbb5bf43940240b8edc3b289c1ef8
Author: Andreas Tille <tille at debian.org>
Date:   Mon Oct 23 21:32:30 2017 +0200

    Exclude one more test and de-activate non-working ignore of test errors
---
 debian/changelog                                   |  7 ++++
 .../mark_tests_working_on_intel_s390x.patch        | 42 ++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 88527f6..1a55478 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pandas (0.20.3-8) unstable; urgency=medium
+
+  * Team upload.
+  * Exclude one more test and de-activate non-working ignore of test errors
+
+ -- Andreas Tille <tille at debian.org>  Mon, 23 Oct 2017 21:32:24 +0200
+
 pandas (0.20.3-7) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/mark_tests_working_on_intel_s390x.patch b/debian/patches/mark_tests_working_on_intel_s390x.patch
index db69820..bbccd41 100644
--- a/debian/patches/mark_tests_working_on_intel_s390x.patch
+++ b/debian/patches/mark_tests_working_on_intel_s390x.patch
@@ -22,3 +22,45 @@ Bug-Debian: https://bugs.debian.org/877419
      @pytest.mark.parametrize('version', legacy_packers_versions())
      def test_msgpacks_legacy(self, current_packers_data, all_packers_data,
                               version):
+--- a/pandas/tests/frame/test_convert_to.py
++++ b/pandas/tests/frame/test_convert_to.py
+@@ -175,6 +175,7 @@ class TestDataFrameConvertTo(TestData):
+         expected = np.rec.array([('x', 'y')], dtype=[('a', 'O'), ('b', 'O')])
+         tm.assert_almost_equal(result, expected)
+ 
++    @pytest.mark.intel
+     def test_to_records_with_unicode_column_names(self):
+         # xref issue: https://github.com/numpy/numpy/issues/2407
+         # Issue #11879. to_records used to raise an exception when used
+--- a/pandas/tests/indexes/datetimes/test_formats.py
++++ b/pandas/tests/indexes/datetimes/test_formats.py
+@@ -5,7 +5,7 @@ import numpy as np
+ import pandas.util.testing as tm
+ import pandas as pd
+ 
+-
++ at pytest.mark.intel
+ def test_to_native_types():
+     index = DatetimeIndex(freq='1D', periods=3, start='2017-01-01')
+ 
+--- a/pandas/tests/indexes/period/test_formats.py
++++ b/pandas/tests/indexes/period/test_formats.py
+@@ -5,7 +5,7 @@ import numpy as np
+ import pandas.util.testing as tm
+ import pandas as pd
+ 
+-
++ at pytest.mark.intel
+ def test_to_native_types():
+     index = PeriodIndex(['2017-01-01', '2017-01-02',
+                          '2017-01-03'], freq='D')
+--- a/pandas/tests/dtypes/test_cast.py
++++ b/pandas/tests/dtypes/test_cast.py
+@@ -137,6 +137,7 @@ class TestInferDtype(object):
+             dtype, val = infer_dtype_from_scalar(data)
+             assert dtype == np.object_
+ 
++    @pytest.mark.intel
+     @pytest.mark.parametrize(
+         "arr, expected",
+         [('foo', np.object_),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pandas.git



More information about the debian-science-commits mailing list