Skip to content

Commit 502689d

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 73f342f commit 502689d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_downstream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def test_pyarrow(df):
166166
tm.assert_frame_equal(result, df)
167167

168168

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

0 commit comments

Comments
 (0)