From: Debian Science Team Date: Tue, 31 Jan 2023 13:21:16 +0000 (+0000) Subject: Skip test that fails from outside the source tree X-Git-Tag: archive/raspbian/1.5.3+dfsg-2+rpi1~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=24763ebabab94fb2111795431e8511b844181473;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 9b63c06d..224f4b5b 100644 --- a/pandas/tests/test_downstream.py +++ b/pandas/tests/test_downstream.py @@ -275,6 +275,7 @@ def test_yaml_dump(df): tm.assert_frame_equal(df, loaded2) +@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