Skip to content

Commit 0a3776e

Browse files
chore(auth): re-enable auth releases (#17353)
Revert #17335 The system tests had been failing due to an expired credential, which has been manually rotated Fixes #17334
1 parent f7089cc commit 0a3776e

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

.librarian/config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,5 @@ libraries:
4141
# TODO(https://github.com/googleapis/google-cloud-python/issues/17327)
4242
- id: "google-cloud-bigtable"
4343
release_blocked: true
44-
# TODO(https://github.com/googleapis/google-cloud-python/issues/17334)
45-
- id: "google-auth"
46-
release_blocked: true
4744

4845

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ libraries:
221221
default_version: v1alpha1
222222
- name: google-auth
223223
version: 2.53.0
224-
skip_release: true
225224
python:
226225
library_type: AUTH
227226
- name: google-auth-httplib2

packages/google-auth/system_tests/system_tests_sync/test_service_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_iam_signer(http_request, credentials):
5757
credentials,
5858
credentials.service_account_email
5959
)
60-
60+
6161
signed_blob = signer.sign("message")
6262

6363
assert isinstance(signed_blob, bytes)

0 commit comments

Comments
 (0)