We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1736111 commit 8e7c78fCopy full SHA for 8e7c78f
pandas/tests/test_downstream.py
@@ -199,6 +199,7 @@ def test_yaml_dump(df):
199
200
201
@pytest.mark.single_cpu
202
+@pytest.mark.skip(reason="Fails in an installed package as it can't find pandas")
203
def test_missing_required_dependency():
204
# GH 23868
205
# To ensure proper isolation, we pass these flags
0 commit comments