python311Packages.google-auth-oauthlib: set passthru.optional-dependencies

This commit is contained in:
Robert Schütz
2024-02-13 07:55:53 -08:00
parent 6954e9a29d
commit 9c5646c100
@@ -32,11 +32,14 @@ buildPythonPackage rec {
requests-oauthlib
];
passthru.optional-dependencies = {
tool = [ click ];
};
nativeCheckInputs = [
click
mock
pytestCheckHook
];
] ++ passthru.optional-dependencies.tool;
disabledTests = lib.optionals stdenv.isDarwin [
# This test fails if the hostname is not associated with an IP (e.g., in `/etc/hosts`).