Skip to content

Commit 3180418

Browse files
Debian Science Teamrebecca-palmer
Debian Science Team
authored andcommitted
mark_tests_working_on_intel_s390x
Gbp-Pq: Name mark_tests_working_on_intel_s390x.patch
1 parent bdb026b commit 3180418

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pandas/tests/indexes/datetimes/test_formats.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import pandas.util.testing as tm
1111

1212

13+
@pytest.mark.intel
1314
def test_to_native_types():
1415
index = pd.date_range(freq="1D", periods=3, start="2017-01-01")
1516

pandas/tests/io/test_packers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def all_packers_data():
6969
return create_data()
7070

7171

72+
@pytest.mark.intel
7273
def check_arbitrary(a, b):
7374

7475
if isinstance(a, (list, tuple)) and isinstance(b, (list, tuple)):
@@ -940,6 +941,7 @@ def compare_series_dt_tz(self, result, expected, typ, version):
940941
def compare_frame_dt_mixed_tzs(self, result, expected, typ, version):
941942
tm.assert_frame_equal(result, expected)
942943

944+
@pytest.mark.intel
943945
def test_msgpacks_legacy(
944946
self, current_packers_data, all_packers_data, legacy_packer, datapath
945947
):

0 commit comments

Comments
 (0)