From ce89ae6935631b35aff55726e741fb9e4644aa7b Mon Sep 17 00:00:00 2001 From: Nico Tonnhofer Date: Sat, 5 Oct 2024 19:57:20 +0200 Subject: [PATCH] fix: remove add_timestamp from noxfile.options logging is setup before all tasks, so it's not possible to use it as noxfile.option. we could add it after tasks.merge_noxfile_options, but in this case the logger wouldn't setup early for tasks.load_nox_module --- nox/_options.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nox/_options.py b/nox/_options.py index 7f39b667..1ff27d3c 100644 --- a/nox/_options.py +++ b/nox/_options.py @@ -407,7 +407,6 @@ def _tag_completer( group=options.groups["reporting"], action="store_true", help="Adds a timestamp to logged output.", - noxfile=True, ), _option_set.Option( "default_venv_backend",