mark_tests_working_on_intel_s390x
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Fri, 20 Sep 2019 07:01:37 +0000 (08:01 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 20 Sep 2019 07:01:37 +0000 (08:01 +0100)
Gbp-Pq: Name mark_tests_working_on_intel_s390x.patch

pandas/tests/indexes/datetimes/test_formats.py
pandas/tests/io/test_packers.py

index 63d5338d88d768f2b6f952b1c30bc238ab4790dd..c408b9c90a27d9cbb131535021fcfe9c8a6efdd4 100644 (file)
@@ -6,10 +6,11 @@ import dateutil.tz
 import pytz
 import pytest
 
+import pytest
 import pandas.util.testing as tm
 import pandas as pd
 
-
+@pytest.mark.intel
 def test_to_native_types():
     index = DatetimeIndex(freq='1D', periods=3, start='2017-01-01')
 
index 491d5fe33cc339b83fc41a9f3976c9ccebe60570..b656f9e9f7419a6330f674bc1abde9655b233062 100644 (file)
@@ -60,6 +60,7 @@ def all_packers_data():
     return create_data()
 
 
+@pytest.mark.intel
 def check_arbitrary(a, b):
 
     if isinstance(a, (list, tuple)) and isinstance(b, (list, tuple)):
@@ -921,6 +922,7 @@ TestPackers
         else:
             tm.assert_frame_equal(result, expected)
 
+    @pytest.mark.intel
     def test_msgpacks_legacy(self, current_packers_data, all_packers_data,
                              legacy_packer, datapath):