8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4380c53 commit a5d5677Copy full SHA for a5d5677
pandas/conftest.py
@@ -27,9 +27,9 @@ def pytest_runtest_setup(item):
27
pytest.skip("skipping due to --skip-network")
28
29
if 'high_memory' in item.keywords and not item.config.getoption(
30
- "--run-highmemory"):
31
- pytest.skip(
32
- "skipping high memory test since --run-highmemory was not set")
+ "--run-highmemory"):
+ pytest.skip(
+ "skipping high memory test since --run-highmemory was not set")
33
34
35
# Configurations for all tests and all test modules
0 commit comments