Skip to content

Commit e1236c7

Browse files
removed a print stmt
1 parent 1ff0770 commit e1236c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ def pytest_runtest_protocol(item, nextitem):
138138
def pytest_sessionstart(session):
139139
"""Called after the Session object has been created"""
140140
test_file = test_logger.get_test_file_name(session)
141-
print(f"Starting test session for {test_file} on GPU {os.environ.get('HIP_VISIBLE_DEVICES', 'unknown')}")
142141

143142
@pytest.hookimpl(trylast=True)
144143
def pytest_sessionfinish(session, exitstatus):

0 commit comments

Comments
 (0)