Skip to content

Commit c970eec

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 df233c5 commit c970eec

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
@@ -199,6 +199,7 @@ def test_yaml_dump(df):
199199

200200

201201
@pytest.mark.single_cpu
202+
@pytest.mark.skip(reason="Fails in an installed package as it can't find pandas")
202203
def test_missing_required_dependency():
203204
# GH 23868
204205
# To ensure proper isolation, we pass these flags

0 commit comments

Comments
 (0)