python310Packages.google-cloud-storage: 2.5.0 -> 2.7.0

Changelog: https://github.com/googleapis/python-storage/blob/v2.7.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2022-12-28 15:43:36 +01:00
parent 72d9e7b7e8
commit 4ce172cc2d

View file

@ -60,6 +60,7 @@ buildPythonPackage rec {
"test_list_buckets"
"test_open"
"test_anonymous_client_access_to_public_bucket"
"test_ctor_w_custom_endpoint_use_auth"
];
disabledTestPaths = [
@ -68,6 +69,7 @@ buildPythonPackage rec {
"tests/system/test_bucket.py"
"tests/system/test_fileio.py"
"tests/system/test_kms_integration.py"
"tests/unit/test_transfer_manager.py"
];
preCheck = ''