python3Packages.google-cloud-bigquery: disable failing tests
This commit is contained in:
parent
6cfac3c973
commit
ab7c7330a9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue