From: Debian Science Team Date: Tue, 28 Jan 2025 22:18:06 +0000 (+0000) Subject: Skip test that fails from outside the source tree X-Git-Tag: archive/raspbian/2.2.3+dfsg-7+rpi1^2~29 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5250e7bbb5eeb0e8d5e64e4f04482202021030e7;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 03424b26..29991be3 100644 --- a/pandas/tests/test_downstream.py +++ b/pandas/tests/test_downstream.py @@ -193,6 +193,7 @@ def test_yaml_dump(df): @pytest.mark.single_cpu +@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