Skip to content

Commit a397174

Browse files
committed
Restore nox to test dependency group.
This is not an extra, so installing with "[tests]" won't install it, but local install will include it.
1 parent 60ef7e5 commit a397174

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ dependencies = [
4141
"Documentation" = "https://django-registration.readthedocs.io/"
4242
"Source Code" = "https://github.com/ubernostrum/django-registration"
4343

44+
[dependency-groups]
45+
tests = ["nox"]
46+
4447
[tool.bandit]
4548
exclude_dirs = ["src/django_registration/_backports.py"]
4649
skips = ["B101"]

0 commit comments

Comments
 (0)