Skip to content

Commit

Permalink
fix: remove add_timestamp from noxfile.options (#856)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Wurstnase authored Oct 7, 2024
1 parent 19655f4 commit 9058e72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nox/_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9058e72

Please sign in to comment.