Skip to content

Commit 86948a1

Browse files
committed
fixed skip message
1 parent 9122bb6 commit 86948a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/numpy_/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343

4444
def pytest_collection_modifyitems(config, items):
45-
skip = pytest.mark.skip(reason="Skipping this because ...")
45+
skip = pytest.mark.skip(reason="Skipping for nested data.")
4646
for item in items:
4747
# TODO: See if pytest has a better way to resolve the *value*
4848
# supplied to a fixture. Right now .keywords gets things

0 commit comments

Comments
 (0)