We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c625ec commit 2f10800Copy full SHA for 2f10800
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