From: Debian Science Team Date: Tue, 11 Jan 2022 21:25:17 +0000 (+0000) Subject: Skip test that fails from outside the source tree X-Git-Tag: archive/raspbian/1.5.3+dfsg-2+rpi1~1^2^2^2^2^2^2^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=21944a8edf3da0d2b8e5b6ccce13ecdd25c63b3a;p=pandas.git 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 --- 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