1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-27 08:01:14 +00:00

Merge pull request #144249 from SuperSandro2000/google-cloud-datastore

This commit is contained in:
Sandro 2021-11-02 16:02:19 +01:00 committed by GitHub
commit 26a56abd09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [