Skip to content

Commit

Permalink
fix: fix typo in testing/constraints-3.7.txt (#1483)
Browse files Browse the repository at this point in the history
* fix: fix typo in testing/constraints-3.7.txt

* generate goldens

* Remove erroneous comment

* generate golden files
  • Loading branch information
parthea authored Nov 11, 2022
1 parent 07a9dab commit 0ba5bc1
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 16 deletions.
8 changes: 3 additions & 5 deletions gapic/templates/testing/constraints-3.7.txt.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
# Pin the version to the lower bound.
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
# Then this file should have google-cloud-foo==1.14.0
# This file is intentionally left empty to test the
# latest versions of dependencies.
google-api-core==1.33.2
proto-plus==1.22.0
protobuf==3.19.5
{% if api.requires_package(('google', 'iam', 'v1')) or opts.add_iam_methods or api.has_iam_mixin %}
grpc-google-iam-v1=0.12.4
grpc-google-iam-v1==0.12.4
{% endif %}
{% if api.requires_package(('google', 'cloud', 'documentai', 'v1')) %}
google-cloud-documentai=1.2.1
{% endif %}
google-cloud-documentai==1.2.1
{% endif %}
4 changes: 1 addition & 3 deletions tests/integration/goldens/asset/testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
# Pin the version to the lower bound.
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
# Then this file should have google-cloud-foo==1.14.0
# This file is intentionally left empty to test the
# latest versions of dependencies.
google-api-core==1.33.2
proto-plus==1.22.0
protobuf==3.19.5
grpc-google-iam-v1=0.12.4
grpc-google-iam-v1==0.12.4
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Pin the version to the lower bound.
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
# Then this file should have google-cloud-foo==1.14.0
# This file is intentionally left empty to test the
# latest versions of dependencies.
google-api-core==1.33.2
proto-plus==1.22.0
protobuf==3.19.5
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Pin the version to the lower bound.
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
# Then this file should have google-cloud-foo==1.14.0
# This file is intentionally left empty to test the
# latest versions of dependencies.
google-api-core==1.33.2
proto-plus==1.22.0
protobuf==3.19.5
2 changes: 0 additions & 2 deletions tests/integration/goldens/logging/testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Pin the version to the lower bound.
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
# Then this file should have google-cloud-foo==1.14.0
# This file is intentionally left empty to test the
# latest versions of dependencies.
google-api-core==1.33.2
proto-plus==1.22.0
protobuf==3.19.5
2 changes: 0 additions & 2 deletions tests/integration/goldens/redis/testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Pin the version to the lower bound.
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
# Then this file should have google-cloud-foo==1.14.0
# This file is intentionally left empty to test the
# latest versions of dependencies.
google-api-core==1.33.2
proto-plus==1.22.0
protobuf==3.19.5

0 comments on commit 0ba5bc1

Please sign in to comment.