Skip to content

Commit

Permalink
django 5: django-storages
Browse files Browse the repository at this point in the history
  • Loading branch information
onny committed Oct 27, 2024
1 parent 2b67e8c commit f7a63d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/django-storages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
pythonOlder,
rsa,
setuptools,
pynacl,
}:

buildPythonPackage rec {
Expand Down Expand Up @@ -52,6 +53,8 @@ buildPythonPackage rec {
rsa
] ++ lib.flatten (builtins.attrValues optional-dependencies);

checkInputs = [ pynacl ];

pythonImportsCheck = [ "storages" ];

env.DJANGO_SETTINGS_MODULE = "tests.settings";
Expand Down

0 comments on commit f7a63d8

Please sign in to comment.