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

main
Martin Weinelt 2 years ago committed by Martin Weinelt
parent 92a3dbd7f3
commit f9176cf7cd
  1. 4
      pkgs/development/python-modules/social-auth-core/default.nix

@ -56,9 +56,7 @@ buildPythonPackage rec {
checkInputs = [
pytestCheckHook
httpretty
] ++ passthru.optional-dependencies.openidconnect
++ passthru.optional-dependencies.saml
++ passthru.optional-dependencies.azuread;
] ++ lib.flatten (lib.attrValues passthru.optional-dependencies);
# Disable checking the code coverage
prePatch = ''

Loading…
Cancel
Save