Skip to content

Commit a0ad307

Browse files
investigate path issue
1 parent ffab4b7 commit a0ad307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def install_systemtest_dependencies(session, *constraints):
268268
# Exclude version 1.52.0rc1 which has a known issue.
269269
# See https://github.com/grpc/grpc/issues/32163
270270

271-
session.install("--pre", "grpcio!=1.52.0rc1", "--no-input")
271+
session.install("grpcio!=1.52.0rc1", "--no-input")
272272
session.install(*SYSTEM_TEST_STANDARD_DEPENDENCIES, *constraints)
273273

274274
if SYSTEM_TEST_EXTERNAL_DEPENDENCIES:

0 commit comments

Comments
 (0)