From a397174f7149c6f038fb68f09ba4d46064be8281 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sat, 9 Nov 2024 00:54:36 -0800 Subject: [PATCH] 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. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ea862f4..3210b7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]