Fix crash on Python 2 when reusing environments. (#450)
Hide staleness check behind a feature flag. (#451)
Group command-line options in --help message by function. (#442)
Avoid polluting tests with a .nox directory. (#445)
2021.6.6
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)
Fix crash on Python 2 when reusing environments. (#450)
Hide staleness check behind a feature flag. (#451)
Group command-line options in --help message by function. (#442)
Avoid polluting tests with a .nox directory. (#445)
2021.6.6
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)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps nox from 2020.12.31 to 2021.6.12.
Release notes
Sourced from nox's releases.
Changelog
Sourced from nox's changelog.
Commits
787dfaa
Release 2021.6.12 (#452)950015e
Hide staleness check behind a feature flag (#451)2791b70
Fix crash on Python 2 when reusing environments (#450)0fb841d
Group CLI arguments in functional groups (#305) (#442)24fc263
Avoid polluting tests/resources with a .nox directory (#445)da48d3c
Release 2021.6.6 (#440)bcaa5ff
Prevent sessions from modifying each other's posargs (#439)41b9c79
Upgrade linters to the latest version (#438)4ddd055
Fix garbled error message when session not found (#434)56c7d56
Add option --no-install to skip install commands in reused environments (#432)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)