Skip to content

Commit

Permalink
Update to Nox 2024.3.2 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Mar 6, 2024
1 parent 738da7f commit e88745e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ To automatically list the licenses for all dependencies in (and their transitive
using [pip-licenses](https://github.com/raimon49/pip-licenses):

```bash
(fact) $ nox -N -s licenses
(fact) $ nox -s licenses
...
Name Version License
click 8.1.3 BSD License
Expand Down
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ def docs_github_pages(s: Session) -> None:
s.run("mkdocs", "gh-deploy", "--force", env=doc_env)


# Note: This reuse_venv does not yet have affect due to:
# https://github.com/wntrblm/nox/issues/488
@session(reuse_venv=False)
def licenses(s: Session) -> None:
# Generate a unique temporary file name. Poetry cannot write to the temp file directly on
Expand Down
45 changes: 28 additions & 17 deletions poetry.lock

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

0 comments on commit e88745e

Please sign in to comment.