You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Add option --no-install to skip install commands in reused environments. (#432)
Add option --force-python as shorthand for --python and --extra-python. (#427)
Do not reuse environments if the interpreter or the environment type has changed. (#418, #425, #428)
Allow common variations in session names with parameters, such as double quotes instead of single quotes. Session names are considered equal if they produce the same Python AST. (#417, #434)
Preserve the order of parameters in session names. (#401)
Allow @nox.parametrize to select the session Python. (#413)
Allow passing posargs when scheduling another session via session.notify. (#397)
Prevent sessions from modifying each other's posargs. (#439)
Add nox.needs_version to specify Nox version requirements. (#388)