Skip test that fails from outside the source tree
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Mon, 7 Dec 2020 23:06:28 +0000 (23:06 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Mon, 7 Dec 2020 23:06:28 +0000 (23:06 +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 86405bc173edf7908d37085aaf6325dcd7f965c8..498a30138b58ca49b68274c51a3282e9b808b7ff 100644 (file)
@@ -146,6 +146,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