Skip to content

Commit

Permalink
Make it so that a session needs to be defined when running nox
Browse files Browse the repository at this point in the history
Running `nox` will now make it print out a help message along with
the list of sessions.
  • Loading branch information
namurphy committed May 9, 2024
1 parent e756d2d commit f454ee0
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 @@ -16,7 +16,7 @@
import nox

nox.options.default_venv_backend = "uv|virtualenv"
nox.options.sessions = ["requirements"]
nox.options.sessions = []

supported_python_versions = ("3.10", "3.11", "3.12")

Expand Down

0 comments on commit f454ee0

Please sign in to comment.