python39Packages.google-cloud-storage: Disable tests which require network

This commit is contained in:
Sandro Jäckel 2021-08-16 12:53:51 +02:00
parent 74de2167c4
commit 9c35ef5a23
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -42,12 +42,18 @@ buildPythonPackage rec {
"post"
"test_build_api_url"
"test_ctor_mtls"
"test_hmac_key_crud"
"test_list_buckets"
"test_open"
"test_anonymous_client_access_to_public_bucket"
];
pytestFlagsArray = [
"--ignore=tests/unit/test_bucket.py"
"--ignore=tests/system/test_system.py"
disabledTestPaths = [
"tests/unit/test_bucket.py"
"tests/system/test_blob.py"
"tests/system/test_bucket.py"
"tests/system/test_fileio.py"
"tests/system/test_kms_integration.py"
];
# prevent google directory from shadowing google imports