From 6284048ca717ee4b26f2b8672a3ac7cae0268600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 2 Nov 2021 15:35:21 +0100 Subject: [PATCH] python39Packages.google-cloud-datastore: disable tests which require credentials --- .../python-modules/google-cloud-datastore/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/google-cloud-datastore/default.nix b/pkgs/development/python-modules/google-cloud-datastore/default.nix index 84266540fd41..73edfd79353d 100644 --- a/pkgs/development/python-modules/google-cloud-datastore/default.nix +++ b/pkgs/development/python-modules/google-cloud-datastore/default.nix @@ -41,7 +41,10 @@ buildPythonPackage rec { disabledTestPaths = [ # Requires credentials - "tests/system/test_system.py" + "tests/system/test_allocate_reserve_ids.py" + "tests/system/test_query.py" + "tests/system/test_put.py" + "tests/system/test_transaction.py" ]; pythonImportsCheck = [