Skip to content

fix: remove add_timestamp from noxfile.options#856

Merged
theacodes merged 1 commit intowntrblm:mainfrom
tonnico:feat/add_timestamp_without_noxfile
Oct 7, 2024
Merged

fix: remove add_timestamp from noxfile.options#856
theacodes merged 1 commit intowntrblm:mainfrom
tonnico:feat/add_timestamp_without_noxfile

Conversation

@tonnico
Copy link
Copy Markdown
Contributor

@tonnico tonnico commented Oct 5, 2024

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

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
Copy link
Copy Markdown
Collaborator

@henryiii henryiii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be a good candidate for a tool item in PEP 721-style options (#848).

@henryiii henryiii mentioned this pull request Oct 7, 2024
@tonnico
Copy link
Copy Markdown
Contributor Author

tonnico commented Oct 7, 2024

This might be a good candidate for a tool item in PEP 721-style options (#848).

Sounds reasonable.

@theacodes
Copy link
Copy Markdown
Collaborator

Wonderful, thank you for doing this. :)

@theacodes theacodes merged commit 9058e72 into wntrblm:main Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants