From: Debian Science Team Date: Sun, 21 Apr 2024 12:50:13 +0000 (+0100) Subject: Skip test that fails from outside the source tree X-Git-Tag: archive/raspbian/2.2.3+dfsg-7+rpi1~1^2^2^2^2^2~25 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c970eeccc70512e99d6270a4ceb96c73278b7291;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 f93691ee..3e74a9e4 100644 --- a/pandas/tests/test_downstream.py +++ b/pandas/tests/test_downstream.py @@ -199,6 +199,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