Skip to content

Commit be88259

Browse files
authored
Update bindings/python/conftest.py
1 parent cd4f893 commit be88259

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bindings/python/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ def pytest_addoption(parser):
1414
def pytest_configure(config):
1515
config.addinivalue_line("markers", "slow: mark test as slow to run")
1616
# Don't warn for `pytest-run-parallel` markers if they're not available
17-
breakpoint()
1817
if not PARALLEL_RUN_AVAILABLE:
1918
config.addinivalue_line(
2019
"markers",

0 commit comments

Comments
 (0)