From 5afe6ca52fb88293756532efe0de5665139da492 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Tue, 24 Apr 2018 20:09:20 +0100 Subject: [PATCH] mark_tests_working_on_intel_armhf Gbp-Pq: Name mark_tests_working_on_intel_armhf.patch --- pandas/tests/io/test_pytables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/tests/io/test_pytables.py b/pandas/tests/io/test_pytables.py index a7cc6b71..c0c6062e 100644 --- a/pandas/tests/io/test_pytables.py +++ b/pandas/tests/io/test_pytables.py @@ -1248,6 +1248,7 @@ class TestHDFStore(Base): reloaded_panel = read_hdf(path, 'panel_with_missing') tm.assert_panel_equal(panel_with_missing, reloaded_panel) + @pytest.mark.intel def test_append_frame_column_oriented(self): with ensure_clean_store(self.path) as store: -- 2.30.2