Skip to content

Commit

Permalink
fixed skip message
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Jan 29, 2019
1 parent 9122bb6 commit 86948a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/extension/numpy_/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@


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

0 comments on commit 86948a1

Please sign in to comment.