Skip to content

Commit 18f7b22

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 82f8e0e commit 18f7b22

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

194194

195195
@pytest.mark.single_cpu
196+
@pytest.mark.skip(reason="Fails in an installed package as it can't find pandas")
196197
def test_missing_required_dependency():
197198
# GH 23868
198199
# To ensure proper isolation, we pass these flags

0 commit comments

Comments
 (0)