Skip to content

Commit

Permalink
update goldens
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Oct 15, 2024
1 parent 89f9192 commit 3848179
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion tests/integration/goldens/asset/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ def prerelease_deps(session, protobuf_implementation):
"googleapis-common-protos",
"google-api-core",
"google-auth",
"grpcio",
# Exclude grpcio!=1.67.0rc1 which does not support python 3.13
"grpcio!=1.67.0rc1",
"grpcio-status",
"protobuf",
"proto-plus",
Expand Down
3 changes: 2 additions & 1 deletion tests/integration/goldens/credentials/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ def prerelease_deps(session, protobuf_implementation):
"googleapis-common-protos",
"google-api-core",
"google-auth",
"grpcio",
# Exclude grpcio!=1.67.0rc1 which does not support python 3.13
"grpcio!=1.67.0rc1",
"grpcio-status",
"protobuf",
"proto-plus",
Expand Down
3 changes: 2 additions & 1 deletion tests/integration/goldens/eventarc/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ def prerelease_deps(session, protobuf_implementation):
"googleapis-common-protos",
"google-api-core",
"google-auth",
"grpcio",
# Exclude grpcio!=1.67.0rc1 which does not support python 3.13
"grpcio!=1.67.0rc1",
"grpcio-status",
"protobuf",
"proto-plus",
Expand Down
3 changes: 2 additions & 1 deletion tests/integration/goldens/logging/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ def prerelease_deps(session, protobuf_implementation):
"googleapis-common-protos",
"google-api-core",
"google-auth",
"grpcio",
# Exclude grpcio!=1.67.0rc1 which does not support python 3.13
"grpcio!=1.67.0rc1",
"grpcio-status",
"protobuf",
"proto-plus",
Expand Down
3 changes: 2 additions & 1 deletion tests/integration/goldens/redis/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ def prerelease_deps(session, protobuf_implementation):
"googleapis-common-protos",
"google-api-core",
"google-auth",
"grpcio",
# Exclude grpcio!=1.67.0rc1 which does not support python 3.13
"grpcio!=1.67.0rc1",
"grpcio-status",
"protobuf",
"proto-plus",
Expand Down

0 comments on commit 3848179

Please sign in to comment.