python3Packages.google-cloud-bigquery: disable failing tests

This commit is contained in:
Fabian Affolter 2021-11-30 23:29:29 +01:00 committed by Jonathan Ringer
parent 6cfac3c973
commit ab7c7330a9
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -19,6 +19,7 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery";
version = "2.30.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
@ -59,6 +60,8 @@ buildPythonPackage rec {
"test_list_rows_page_size"
"test_list_rows_scalars"
"test_list_rows_scalars_extreme"
"test_dry_run"
"test_session"
# Mocking of _ensure_bqstorage_client fails
"test_to_arrow_ensure_bqstorage_client_wo_bqstorage"
# requires network