-
Notifications
You must be signed in to change notification settings - Fork 6.7k
The build failed #4964
Copy link
Copy link
Closed
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This test failed!
To configure my behavior, see the Build Cop Bot documentation.
If I'm commenting on this issue too often, add the
buildcop: quietlabel andI will stop commenting.
commit: 9fb705d
buildURL: Build Status, Sponge
status: failed
Test output
ImportError while importing test module '/workspace/datastore/cloud-ndb/quickstart_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/local/lib/python3.6/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) quickstart_test.py:20: in import quickstart quickstart.py:17: in from google.cloud import ndb .nox/py-3-6/lib/python3.6/site-packages/google/cloud/ndb/__init__.py:28: in from google.cloud.ndb.client import Client .nox/py-3-6/lib/python3.6/site-packages/google/cloud/ndb/client.py:26: in from google.cloud.datastore_v1.gapic import datastore_client E ModuleNotFoundError: No module named 'google.cloud.datastore_v1.gapic'