Skip to content

Commit 427fd2d

Browse files
Debian Science Teamrebecca-palmer
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 81a9725 commit 427fd2d

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)