python39Packages.google-cloud-bigquery: Fix tests

This commit is contained in:
Sandro Jäckel 2021-08-16 15:02:57 +02:00
parent 8d6faa6ac1
commit d25bcbb268
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -4,6 +4,7 @@
, pytestCheckHook , pytestCheckHook
, freezegun , freezegun
, google-cloud-core , google-cloud-core
, google-cloud-datacatalog
, google-cloud-storage , google-cloud-storage
, google-cloud-testutils , google-cloud-testutils
, google-resumable-media , google-resumable-media
@ -38,6 +39,7 @@ buildPythonPackage rec {
mock mock
pandas pandas
psutil psutil
google-cloud-datacatalog
google-cloud-storage google-cloud-storage
pytestCheckHook pytestCheckHook
]; ];
@ -53,6 +55,12 @@ buildPythonPackage rec {
"TestBigQuery" "TestBigQuery"
# Mocking of _ensure_bqstorage_client fails # Mocking of _ensure_bqstorage_client fails
"test_to_arrow_ensure_bqstorage_client_wo_bqstorage" "test_to_arrow_ensure_bqstorage_client_wo_bqstorage"
# requires network
"test_dbapi_create_view"
"test_list_rows_nullable_scalars_dtypes"
"test_parameterized_types_round_trip"
"test_structs"
"test_table_snapshots"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [