Skip to content

Commit 9058e72

Browse files
authored
fix: remove add_timestamp from noxfile.options (#856)
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
1 parent 19655f4 commit 9058e72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nox/_options.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ def _tag_completer(
407407
group=options.groups["reporting"],
408408
action="store_true",
409409
help="Adds a timestamp to logged output.",
410-
noxfile=True,
411410
),
412411
_option_set.Option(
413412
"default_venv_backend",

0 commit comments

Comments
 (0)