python39Packages.google-cloud-bigquery: Fix tests
This commit is contained in:
parent
8d6faa6ac1
commit
d25bcbb268
@ -4,6 +4,7 @@
|
||||
, pytestCheckHook
|
||||
, freezegun
|
||||
, google-cloud-core
|
||||
, google-cloud-datacatalog
|
||||
, google-cloud-storage
|
||||
, google-cloud-testutils
|
||||
, google-resumable-media
|
||||
@ -38,6 +39,7 @@ buildPythonPackage rec {
|
||||
mock
|
||||
pandas
|
||||
psutil
|
||||
google-cloud-datacatalog
|
||||
google-cloud-storage
|
||||
pytestCheckHook
|
||||
];
|
||||
@ -53,6 +55,12 @@ buildPythonPackage rec {
|
||||
"TestBigQuery"
|
||||
# Mocking of _ensure_bqstorage_client fails
|
||||
"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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user