From 244ad021020acfadf01bae6787e45e9218cddd97 Mon Sep 17 00:00:00 2001 From: Ryan Burns Date: Sun, 31 Oct 2021 12:17:15 -0700 Subject: [PATCH] python3Packages.google-cloud-storage: fix build Remove nonexistent disabledTestPath (likely due to merge conflict between master and python-unstable) The file is now the same as it is on master --- pkgs/development/python-modules/google-cloud-storage/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/google-cloud-storage/default.nix b/pkgs/development/python-modules/google-cloud-storage/default.nix index df6a16377b5e..5ad4c2a31f66 100644 --- a/pkgs/development/python-modules/google-cloud-storage/default.nix +++ b/pkgs/development/python-modules/google-cloud-storage/default.nix @@ -54,7 +54,6 @@ buildPythonPackage rec { "tests/system/test_bucket.py" "tests/system/test_fileio.py" "tests/system/test_kms_integration.py" - "tests/conformance/test_conformance.py" # requires docker ]; preCheck = ''