From cd9bc0548eb128c0487207e5c852ac1ac74f82a5 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Mon, 21 Feb 2022 07:35:51 +0000 Subject: [PATCH] Skip test that fails from outside the source tree Author: Rebecca N. Palmer Forwarded: not-needed Gbp-Pq: Name skip_test_missing_required_dependency.patch --- pandas/tests/test_downstream.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/tests/test_downstream.py b/pandas/tests/test_downstream.py index 1e6af783..730a6199 100644 --- a/pandas/tests/test_downstream.py +++ b/pandas/tests/test_downstream.py @@ -166,6 +166,7 @@ def test_pyarrow(df): tm.assert_frame_equal(result, df) +@pytest.mark.skip(reason="Fails in an installed package as it can't find pandas") def test_missing_required_dependency(): # GH 23868 # To ensure proper isolation, we pass these flags -- 2.30.2