Skip to content

Commit 0f2a161

Browse files
Debian Science Teamraspbian-autopush
Debian Science Team
authored andcommitted
Skip test that fails from outside the source tree
Author: Rebecca N. Palmer <[email protected]> Forwarded: not-needed Gbp-Pq: Name skip_test_missing_required_dependency.patch
1 parent d03bd68 commit 0f2a161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_downstream.py

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def test_pyarrow(df):
146146
tm.assert_frame_equal(result, df)
147147

148148

149+
@pytest.mark.skip(reason="Fails in an installed package as it can't find pandas")
149150
def test_missing_required_dependency():
150151
# GH 23868
151152
# To ensure proper isolation, we pass these flags

0 commit comments

Comments
 (0)