python3Packages.google-cloud-storage: disable tests that requires docker

This commit is contained in:
Martin Weinelt 2021-10-11 16:52:54 +02:00
parent b53d3aa90a
commit f9d6320135
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -54,6 +54,7 @@ buildPythonPackage rec {
"tests/system/test_bucket.py"
"tests/system/test_fileio.py"
"tests/system/test_kms_integration.py"
"tests/conformance/test_conformance.py" # requires docker
];
# prevent google directory from shadowing google imports