Skip to content

Commit 7e34516

Browse files
committed
remove --pre flag
1 parent 660160d commit 7e34516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gapic-generator/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def showcase_pqc(
498498
"""Run the Showcase PQC verification test suite against grpcio 1.83+ over standard TLS."""
499499
with showcase_library(session, templates=templates, other_opts=other_opts):
500500
session.install("pytest", "pytest-asyncio")
501-
session.install("--pre", "--upgrade", "grpcio>=1.83.0", "grpcio-status>=1.83.0")
501+
session.install("--upgrade", "grpcio>=1.83.0", "grpcio-status>=1.83.0")
502502
session.run("py.test", "--quiet", "--tls", *(session.posargs or ["tests/system/test_pqc.py"]), env=env)
503503

504504

0 commit comments

Comments
 (0)