Loading pkgs/development/python-modules/flask-security-too/default.nix +10 −3 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ # extras: mfa , cryptography , phonenumbers , webauthn # propagates , blinker Loading @@ -31,10 +32,10 @@ , flask-wtf , itsdangerous , passlib , importlib-resources # tests , argon2-cffi , flask-mongoengine , mongoengine , mongomock , peewee Loading @@ -47,7 +48,7 @@ buildPythonPackage rec { pname = "flask-security-too"; version = "5.3.0"; format = "setuptools"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -71,6 +72,7 @@ buildPythonPackage rec { flask-wtf itsdangerous passlib importlib-resources ]; passthru.optional-dependencies = { Loading @@ -92,12 +94,12 @@ buildPythonPackage rec { mfa = [ cryptography phonenumbers webauthn ]; }; nativeCheckInputs = [ argon2-cffi flask-mongoengine mongoengine mongomock peewee Loading @@ -112,6 +114,11 @@ buildPythonPackage rec { ++ passthru.optional-dependencies.mfa; disabledTests = [ # needs /etc/resolv.conf "test_login_email_whatever" ]; pythonImportsCheck = [ "flask_security" ]; Loading Loading
pkgs/development/python-modules/flask-security-too/default.nix +10 −3 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ # extras: mfa , cryptography , phonenumbers , webauthn # propagates , blinker Loading @@ -31,10 +32,10 @@ , flask-wtf , itsdangerous , passlib , importlib-resources # tests , argon2-cffi , flask-mongoengine , mongoengine , mongomock , peewee Loading @@ -47,7 +48,7 @@ buildPythonPackage rec { pname = "flask-security-too"; version = "5.3.0"; format = "setuptools"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -71,6 +72,7 @@ buildPythonPackage rec { flask-wtf itsdangerous passlib importlib-resources ]; passthru.optional-dependencies = { Loading @@ -92,12 +94,12 @@ buildPythonPackage rec { mfa = [ cryptography phonenumbers webauthn ]; }; nativeCheckInputs = [ argon2-cffi flask-mongoengine mongoengine mongomock peewee Loading @@ -112,6 +114,11 @@ buildPythonPackage rec { ++ passthru.optional-dependencies.mfa; disabledTests = [ # needs /etc/resolv.conf "test_login_email_whatever" ]; pythonImportsCheck = [ "flask_security" ]; Loading