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 31321b3 commit 6b7ee40Copy full SHA for 6b7ee40
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