We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fb173 commit 03bb900Copy full SHA for 03bb900
pandas/conftest.py
@@ -17,5 +17,5 @@ def pytest_runtest_setup(item):
17
if 'slow' not in item.keywords and item.config.getoption("--only-slow"):
18
pytest.skip("skipping due to --only-slow")
19
20
- if 'skip' in item.keywords and item.config.getoption("--skip-network"):
+ if 'network' in item.keywords and item.config.getoption("--skip-network"):
21
pytest.skip("skipping due to --skip-network")
0 commit comments