python39Packages.google-cloud-bigquery: Fix tests
This commit is contained in:
parent
8d6faa6ac1
commit
d25bcbb268
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user