From af37792d2defa8d76d08e1f395a35f7b42dc717d Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Mon, 7 Dec 2020 23:06:28 +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 86405bc1..498a3013 100644 --- a/pandas/tests/test_downstream.py +++ b/pandas/tests/test_downstream.py @@ -146,6 +146,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