From fc24e3f0148cb820025270bd994000e606f3c539 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Fri, 9 Feb 2024 20:48:14 +0000 Subject: [PATCH] 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 --- pandas/tests/test_downstream.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2