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
, lib
, buildPythonPackage
, fetchpatch
, fetchPypi
@@ -48,6 +49,14 @@ buildPythonPackage rec {
"google.oauth2"
];
disabledTests = lib.optionals stdenv.isDarwin [
"test_request_with_timeout_success"
"test_request_with_timeout_failure"
"test_request_headers"
"test_request_error"
"test_request_basic"
];
meta = with lib; {
description = "Google Auth Python Library";
longDescription = ''