Loading pkgs/development/python-modules/google-auth-oauthlib/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -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`). Loading Loading
pkgs/development/python-modules/google-auth-oauthlib/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -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`). Loading