Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

test: use dev release of proto plus #90

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def default(session):

session.install("mock", "pytest", "pytest-cov")
session.install("-e", ".")
session.install("proto-plus==1.10.0.dev2")

# Run py.test against the unit tests.
session.run(
Expand Down Expand Up @@ -125,6 +126,7 @@ def system(session):
"mock", "pytest", "google-cloud-testutils",
)
session.install("-e", ".")
session.install("proto-plus==1.10.0.dev2")

# Run py.test against the system tests.
if system_test_exists:
Expand Down