Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove add_timestamp from noxfile.options #856

Merged

Conversation

Wurstnase
Copy link
Contributor

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
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
@Wurstnase
Copy link
Contributor Author

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

Sounds reasonable.

@theacodes
Copy link
Collaborator

Wonderful, thank you for doing this. :)

@theacodes theacodes merged commit 9058e72 into wntrblm:main Oct 7, 2024
23 checks passed
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