lol

python3Packages.social-auth-core: simplify passing optional-dependencies into checkInputs

authored by

Martin Weinelt and committed by
Martin Weinelt
f9176cf7 92a3dbd7

+1 -3
+1 -3
pkgs/development/python-modules/social-auth-core/default.nix
··· 56 checkInputs = [ 57 pytestCheckHook 58 httpretty 59 - ] ++ passthru.optional-dependencies.openidconnect 60 - ++ passthru.optional-dependencies.saml 61 - ++ passthru.optional-dependencies.azuread; 62 63 # Disable checking the code coverage 64 prePatch = ''
··· 56 checkInputs = [ 57 pytestCheckHook 58 httpretty 59 + ] ++ lib.flatten (lib.attrValues passthru.optional-dependencies); 60 61 # Disable checking the code coverage 62 prePatch = ''