Skip to content

Commit 2a7cd4a

Browse files
committed
chore(gapic-generator): update goldens for logging_internal with versioned constraints
1 parent 645a7ff commit 2a7cd4a

4 files changed

Lines changed: 17 additions & 19 deletions

File tree

packages/gapic-generator/tests/integration/goldens/logging_internal/noxfile.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,7 @@ def prerelease_deps(session, protobuf_implementation):
485485
]
486486

487487
# Install dependencies specified in `testing/constraints-X.txt`.
488-
if constraints_deps:
489-
session.install(*constraints_deps)
488+
session.install(*constraints_deps)
490489

491490
# Note: If a dependency is added to the `prerel_deps` list,
492491
# the `core_dependencies_from_source` list in the `core_deps_from_source`
@@ -579,8 +578,7 @@ def core_deps_from_source(session, protobuf_implementation):
579578
]
580579

581580
# Install dependencies specified in `testing/constraints-X.txt`.
582-
if constraints_deps:
583-
session.install(*constraints_deps)
581+
session.install(*constraints_deps)
584582

585583
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2358): `grpcio` and
586584
# `grpcio-status` should be added to the list below so that they are installed from source,
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -*- coding: utf-8 -*-
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
4-
google-api-core
5-
google-auth
6-
grpcio
7-
proto-plus
8-
protobuf
4+
google-api-core==2.17.1
5+
google-auth==2.14.1
6+
grpcio==1.44.0
7+
proto-plus==1.22.3
8+
protobuf==4.25.8
99
# cryptography is a direct dependency of google-auth
1010
cryptography
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -*- coding: utf-8 -*-
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
4-
google-api-core
5-
google-auth
6-
grpcio
7-
proto-plus
8-
protobuf
4+
google-api-core==2.17.1
5+
google-auth==2.14.1
6+
grpcio==1.44.0
7+
proto-plus==1.22.3
8+
protobuf==4.25.8
99
# cryptography is a direct dependency of google-auth
1010
cryptography
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -*- coding: utf-8 -*-
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
4-
google-api-core
5-
google-auth
6-
grpcio
7-
proto-plus
8-
protobuf
4+
google-api-core==2.17.1
5+
google-auth==2.14.1
6+
grpcio==1.44.0
7+
proto-plus==1.22.3
8+
protobuf==4.25.8
99
# cryptography is a direct dependency of google-auth
1010
cryptography

0 commit comments

Comments
 (0)