Skip to content

Commit 0c09640

Browse files
committed
Address Exception in thread Thread-1 (_monitor) error (opendatahub-io#286)
1 parent 5f12200 commit 0c09640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ def pytest_report_teststatus(report: CollectReport, config: Config) -> None:
315315

316316

317317
def pytest_sessionfinish(session: Session, exitstatus: int) -> None:
318+
session.config.option.log_listener.stop()
318319
if session.config.option.setupplan or session.config.option.collectonly:
319320
return
320321
if session.config.getoption("--collect-must-gather"):

0 commit comments

Comments
 (0)