Skip to content

Commit 53f8f3c

Browse files
authored
tests: use 'orchestrate' from 'google-cloud-testutils' (#736)
Migrated from this repo in this PR: googleapis/python-test-utils#54
1 parent ed68171 commit 53f8f3c

4 files changed

Lines changed: 12 additions & 830 deletions

File tree

packages/google-cloud-ndb/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def unit(session):
4646
# Install all dependencies.
4747
session.install("pytest", "pytest-cov")
4848
session.install("mock")
49+
session.install("google-cloud-testutils", "-c", constraints_path)
4950
session.install("-e", ".", "-c", constraints_path)
5051
# This variable is used to skip coverage by Python version
5152
session.env["PY_VERSION"] = session.python[0]

0 commit comments

Comments
 (0)