Skip to content

Commit

Permalink
MAINT: Add dash in high memory message
Browse files Browse the repository at this point in the history
Follow-up to gh-17057.
  • Loading branch information
gfyoung authored Jul 23, 2017
1 parent 4ce5340 commit 811bcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def pytest_runtest_setup(item):
if 'high_memory' in item.keywords and not item.config.getoption(
"--run-high-memory"):
pytest.skip(
"skipping high memory test since --run-highmemory was not set")
"skipping high memory test since --run-high-memory was not set")


# Configurations for all tests and all test modules
Expand Down

0 comments on commit 811bcbc

Please sign in to comment.