Skip to content

Commit 811bcbc

Browse files
authored
MAINT: Add dash in high memory message
Follow-up to gh-17057.
1 parent 4ce5340 commit 811bcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def pytest_runtest_setup(item):
2929
if 'high_memory' in item.keywords and not item.config.getoption(
3030
"--run-high-memory"):
3131
pytest.skip(
32-
"skipping high memory test since --run-highmemory was not set")
32+
"skipping high memory test since --run-high-memory was not set")
3333

3434

3535
# Configurations for all tests and all test modules

0 commit comments

Comments
 (0)