From dce8fecb7fe7351f269a11bc4beb69f0c2eafc16 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Sun, 19 Feb 2023 11:01:48 +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 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 -- 2.30.2