Skip to content

Commit

Permalink
use 'none' which is weird
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 13, 2023
1 parent ff53566 commit 494b62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def lock(session: nox.Session) -> None:
intermediate_requirements.unlink()


@nox.session(venv_backend=None)
@nox.session(venv_backend="none")
def docker(session: nox.Session) -> None:
"""
Build a lock file with pip-tools using Docker
Expand Down

0 comments on commit 494b62b

Please sign in to comment.