Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 8309ad6

Browse files
committed
fix typo
1 parent a44f62f commit 8309ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gapic/templates/noxfile.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def core_deps_from_source(session, protobuf_implementation):
604604
print(f"Installed {dep}")
605605

606606
# Required by google-auth v3.x
607-
session.install(cryptography)
607+
session.install("cryptography")
608608

609609
session.run(
610610
"py.test",

0 commit comments

Comments
 (0)