Loading pkgs/development/python-modules/django-storages/default.nix +11 −6 Original line number Diff line number Diff line Loading @@ -62,12 +62,6 @@ buildPythonPackage rec { ]; }; pythonImportsCheck = [ "storages" ]; env.DJANGO_SETTINGS_MODULE = "tests.settings"; nativeCheckInputs = [ cryptography moto Loading @@ -75,6 +69,17 @@ buildPythonPackage rec { rsa ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "storages" ]; env.DJANGO_SETTINGS_MODULE = "tests.settings"; disabledTests = [ # AttributeError: 'str' object has no attribute 'universe_domain' "test_storage_save_gzip" ]; meta = with lib; { description = "Collection of custom storage backends for Django"; changelog = "https://github.com/jschneier/django-storages/blob/${version}/CHANGELOG.rst"; Loading Loading
pkgs/development/python-modules/django-storages/default.nix +11 −6 Original line number Diff line number Diff line Loading @@ -62,12 +62,6 @@ buildPythonPackage rec { ]; }; pythonImportsCheck = [ "storages" ]; env.DJANGO_SETTINGS_MODULE = "tests.settings"; nativeCheckInputs = [ cryptography moto Loading @@ -75,6 +69,17 @@ buildPythonPackage rec { rsa ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "storages" ]; env.DJANGO_SETTINGS_MODULE = "tests.settings"; disabledTests = [ # AttributeError: 'str' object has no attribute 'universe_domain' "test_storage_save_gzip" ]; meta = with lib; { description = "Collection of custom storage backends for Django"; changelog = "https://github.com/jschneier/django-storages/blob/${version}/CHANGELOG.rst"; Loading