Skip test that fails from outside the source tree
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Fri, 25 Mar 2022 20:57:26 +0000 (20:57 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 25 Mar 2022 20:57:26 +0000 (20:57 +0000)
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: not-needed

Gbp-Pq: Name skip_test_missing_required_dependency.patch

pandas/tests/test_downstream.py

index 1e6af783e8f1fc2f77a33639110001bfe64ab66a..730a619964bf2a50221e183a94c60b4317ab7f15 100644 (file)
@@ -166,6 +166,7 @@ def test_pyarrow(df):
     tm.assert_frame_equal(result, df)
 
 
+@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