Skip to content

Commit

Permalink
Update nox/_decorators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Sep 10, 2024
1 parent a1ed5c7 commit 6d50509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nox/_decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def format_dependency(self, dependency: str) -> str:
msg = "Cannot parametrize requires with {python} when python is None or a bool."
raise ValueError(msg)
return formatted
msg = "The requires of a not-yet-parametrized session cannot be parametrized."
msg = "The requires of a not-yet-parametrized session cannot be parametrized." # pragma: no cover
raise TypeError(msg) # pragma: no cover


Expand Down

0 comments on commit 6d50509

Please sign in to comment.