From 81ad0ff8866e5b47fcd5aefe055b7930bf8ed5b8 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 21 Apr 2025 15:00:34 +0200 Subject: [PATCH] python312Packages.google-cloud-bigquery: skip failing tests --- .../python-modules/google-cloud-bigquery/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/google-cloud-bigquery/default.nix b/pkgs/development/python-modules/google-cloud-bigquery/default.nix index e53652bb3c38..7dc93f48590b 100644 --- a/pkgs/development/python-modules/google-cloud-bigquery/default.nix +++ b/pkgs/development/python-modules/google-cloud-bigquery/default.nix @@ -108,6 +108,7 @@ buildPythonPackage rec { "test_list_rows_scalars" "test_list_rows_scalars_extreme" "test_session" + "test_to_arrow_query_with_empty_result" # Mocking of _ensure_bqstorage_client fails "test_to_arrow_ensure_bqstorage_client_wo_bqstorage" @@ -131,6 +132,9 @@ buildPythonPackage rec { "tests/system/test_job_retry.py" "tests/system/test_pandas.py" "tests/system/test_query.py" + + # ModuleNotFoundError: No module named 'google.cloud.resourcemanager_v3' + "tests/system/test_client.py" ]; pythonImportsCheck = [