nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python312Packages.google-cloud-bigquery: skip failing tests

+4
+4
pkgs/development/python-modules/google-cloud-bigquery/default.nix
··· 108 108 "test_list_rows_scalars" 109 109 "test_list_rows_scalars_extreme" 110 110 "test_session" 111 + "test_to_arrow_query_with_empty_result" 111 112 112 113 # Mocking of _ensure_bqstorage_client fails 113 114 "test_to_arrow_ensure_bqstorage_client_wo_bqstorage" ··· 132 131 "tests/system/test_job_retry.py" 133 132 "tests/system/test_pandas.py" 134 133 "tests/system/test_query.py" 134 + 135 + # ModuleNotFoundError: No module named 'google.cloud.resourcemanager_v3' 136 + "tests/system/test_client.py" 135 137 ]; 136 138 137 139 pythonImportsCheck = [