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 9122bb6 commit 86948a1Copy full SHA for 86948a1
pandas/tests/extension/numpy_/conftest.py
@@ -42,7 +42,7 @@
42
43
44
def pytest_collection_modifyitems(config, items):
45
- skip = pytest.mark.skip(reason="Skipping this because ...")
+ skip = pytest.mark.skip(reason="Skipping for nested data.")
46
for item in items:
47
# TODO: See if pytest has a better way to resolve the *value*
48
# supplied to a fixture. Right now .keywords gets things
0 commit comments