Skip to content

Commit 421ca99

Browse files
committed
Removing unnecessary prints
1 parent 94e362f commit 421ca99

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

cuda_pathfinder/tests/conftest.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ def pytest_configure(config):
1010

1111

1212
def pytest_terminal_summary(terminalreporter, exitstatus, config): # noqa: ARG001
13-
if config.custom_info:
14-
terminalreporter.write_sep("=", "INFO summary")
15-
for msg in config.custom_info:
16-
terminalreporter.line(f"INFO {msg}")
13+
return
1714

1815

1916
@pytest.fixture

0 commit comments

Comments
 (0)