Skip to content

Commit ffb27dc

Browse files
committed
Remove master from logs
1 parent efee474 commit ffb27dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def pytest_sessionstart(session: Session) -> None:
286286
pathlib.Path(tests_log_file).unlink()
287287
if session.config.getoption("--collect-must-gather"):
288288
session.config.option.must_gather_db = Database()
289-
thread_name = os.environ.get("PYTEST_XDIST_WORKER", "master")
289+
thread_name = os.environ.get("PYTEST_XDIST_WORKER", "")
290290
session.config.option.log_listener = setup_logging(
291291
log_file=tests_log_file,
292292
log_level=session.config.getoption("log_cli_level") or logging.INFO,

0 commit comments

Comments
 (0)