Skip to content

Commit 285b8c6

Browse files
1 parent 5a5cc15 commit 285b8c6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

‎noxfile.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,17 @@ def default(session, install_extras=True):
101101
CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"
102102
)
103103
# Install all test dependencies, then install this package in-place.
104-
session.install("mock", "pytest", "pytest-cov", "brotli", "grpcio", "grpcio-status", "proto-plus", "-c", constraints_path)
104+
session.install(
105+
"mock",
106+
"pytest",
107+
"pytest-cov",
108+
"brotli",
109+
"grpcio",
110+
"grpcio-status",
111+
"proto-plus",
112+
"-c",
113+
constraints_path,
114+
)
105115

106116
if install_extras:
107117
session.install("opentelemetry-api", "opentelemetry-sdk")

0 commit comments

Comments
 (0)