From 5f0f509d2216f5cd8ce52d8df7111c851e6f846f Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Thu, 10 Feb 2022 10:14:38 -0800 Subject: [PATCH] python3Packages.google-cloud-storage: disable upload tests --- pkgs/development/python-modules/google-cloud-storage/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/google-cloud-storage/default.nix b/pkgs/development/python-modules/google-cloud-storage/default.nix index a90f9c73cc13..f77c718ed8b9 100644 --- a/pkgs/development/python-modules/google-cloud-storage/default.nix +++ b/pkgs/development/python-modules/google-cloud-storage/default.nix @@ -40,6 +40,7 @@ buildPythonPackage rec { "download" "get" "post" + "upload" "test_build_api_url" "test_ctor_mtls" "test_hmac_key_crud"