Loading pkgs/development/python-modules/google-auth/default.nix +11 −19 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ freezegun, grpcio, mock, oauth2client, pyasn1-modules, pyjwt, pyopenssl, Loading Loading @@ -68,24 +67,17 @@ buildPythonPackage rec { requests = [ requests ]; }; nativeCheckInputs = [ nativeCheckInputs = [ aioresponses flask freezegun grpcio mock ] ++ lib.optionals (pythonOlder "3.13") [ oauth2client ] ++ [ pytest-asyncio pytest-localserver pytestCheckHook responses ] ++ lib.flatten (lib.attrValues optional-dependencies); ] ++ lib.flatten (lib.attrValues optional-dependencies); pythonImportsCheck = [ "google.auth" Loading Loading
pkgs/development/python-modules/google-auth/default.nix +11 −19 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ freezegun, grpcio, mock, oauth2client, pyasn1-modules, pyjwt, pyopenssl, Loading Loading @@ -68,24 +67,17 @@ buildPythonPackage rec { requests = [ requests ]; }; nativeCheckInputs = [ nativeCheckInputs = [ aioresponses flask freezegun grpcio mock ] ++ lib.optionals (pythonOlder "3.13") [ oauth2client ] ++ [ pytest-asyncio pytest-localserver pytestCheckHook responses ] ++ lib.flatten (lib.attrValues optional-dependencies); ] ++ lib.flatten (lib.attrValues optional-dependencies); pythonImportsCheck = [ "google.auth" Loading