We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce5340 commit 811bcbcCopy full SHA for 811bcbc
pandas/conftest.py
@@ -29,7 +29,7 @@ def pytest_runtest_setup(item):
29
if 'high_memory' in item.keywords and not item.config.getoption(
30
"--run-high-memory"):
31
pytest.skip(
32
- "skipping high memory test since --run-highmemory was not set")
+ "skipping high memory test since --run-high-memory was not set")
33
34
35
# Configurations for all tests and all test modules
0 commit comments