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

docs: fix parametrized session tagging example #942

Merged
merged 1 commit into from
Mar 25, 2025

Conversation

living180
Copy link
Contributor

The final example in the "Assigning tags to parametrized sessions" section was using nox.param() incorrectly. Fix by passing the parameter values as positional arguments (rather than as a tuple), and passing the tags as a keyword argument.

The final example in the "Assigning tags to parametrized sessions"
section was using nox.param() incorrectly.  Fix by passing the parameter
values as positional arguments (rather than as a tuple), and passing the
tags as a keyword argument.

Signed-off-by: Daniel Harding <[email protected]>
@henryiii henryiii closed this Mar 25, 2025
@henryiii henryiii reopened this Mar 25, 2025
@henryiii henryiii merged commit 7a66cc2 into wntrblm:main Mar 25, 2025
49 checks passed
@henryiii
Copy link
Collaborator

Thanks!

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.

2 participants