From: Debian Science Team Date: Mon, 7 Dec 2020 23:06:28 +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^2^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=af37792d2defa8d76d08e1f395a35f7b42dc717d;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 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