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 cd4f893 commit be88259Copy full SHA for be88259
bindings/python/conftest.py
@@ -14,7 +14,6 @@ def pytest_addoption(parser):
14
def pytest_configure(config):
15
config.addinivalue_line("markers", "slow: mark test as slow to run")
16
# Don't warn for `pytest-run-parallel` markers if they're not available
17
- breakpoint()
18
if not PARALLEL_RUN_AVAILABLE:
19
config.addinivalue_line(
20
"markers",
0 commit comments