From 28d4ef16a619b3c93adca6e3eecac8fa1c5e54b9 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Tue, 24 Oct 2017 20:26:02 +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 4ad5b0bd..63f8b4dc 100644 --- a/pandas/tests/io/test_pytables.py +++ b/pandas/tests/io/test_pytables.py @@ -1184,6 +1184,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