Skip to content

Commit

Permalink
Restore nox to test dependency group.
Browse files Browse the repository at this point in the history
This is not an extra, so installing with "[tests]" won't install it, but
local install will include it.
  • Loading branch information
ubernostrum committed Nov 9, 2024
1 parent 60ef7e5 commit a397174
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ dependencies = [
"Documentation" = "https://django-registration.readthedocs.io/"
"Source Code" = "https://github.com/ubernostrum/django-registration"

[dependency-groups]
tests = ["nox"]

[tool.bandit]
exclude_dirs = ["src/django_registration/_backports.py"]
skips = ["B101"]
Expand Down

0 comments on commit a397174

Please sign in to comment.