Skip to content

Commit

Permalink
Build(deps): Bump nox from 2020.12.31 to 2021.6.6 (#386)
Browse files Browse the repository at this point in the history
* Build(deps): Bump nox from 2020.12.31 to 2021.6.6

Bumps [nox](https://github.com/theacodes/nox) from 2020.12.31 to 2021.6.6.
- [Release notes](https://github.com/theacodes/nox/releases)
- [Changelog](https://github.com/theacodes/nox/blob/main/CHANGELOG.md)
- [Commits](wntrblm/nox@2020.12.31...2021.6.6)

---
updated-dependencies:
- dependency-name: nox
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix test failure due to `posargs` implementation change in Nox

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Claudio Jolowicz <mail@claudiojolowicz.com>
  • Loading branch information
dependabot[bot] and cjolowicz authored Jun 11, 2021
1 parent 809db93 commit 7691314
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/unit/test_sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def iter_sessions() -> IterSessions:
nox.registry._REGISTRY.clear()

def _iter_sessions() -> Iterator[str]:
options = nox._options.options.namespace()
options = nox._options.options.namespace(posargs=[])
manifest = nox.manifest.Manifest(nox.registry.get(), options)
for session in manifest:
yield session.name
Expand Down

0 comments on commit 7691314

Please sign in to comment.