Merge pull request #116496 from nbren12/fix-tensorflow-bin_2-master

This commit is contained in:
Sandro
2021-04-22 05:21:22 +02:00
committed by GitHub
4 changed files with 32 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
, click
@@ -28,6 +29,8 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = lib.optionals stdenv.isDarwin [ "test_run_local_server" ];
meta = with lib; {
description = "Google Authentication Library: oauthlib integration";
homepage = "https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib";