python39Packages.google-cloud-datastore: disable tests which require credentials

This commit is contained in:
Sandro Jäckel 2021-11-02 15:35:21 +01:00
parent bf0dc4f254
commit 6284048ca7
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -41,7 +41,10 @@ buildPythonPackage rec {
disabledTestPaths = [
# Requires credentials
"tests/system/test_system.py"
"tests/system/test_allocate_reserve_ids.py"
"tests/system/test_query.py"
"tests/system/test_put.py"
"tests/system/test_transaction.py"
];
pythonImportsCheck = [