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

Commit dc58f1f

Browse files
committed
tests: exclude google-auth 2.40.0 which breaks async rest
1 parent 3aa67a5 commit dc58f1f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

noxfile.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,14 @@ def showcase_library(
365365
"-r",
366366
constraints_path,
367367
)
368+
# Exclude `google-auth==2.40.0` which contains a regression
369+
# https://github.com/googleapis/gapic-generator-python/issues/2385
370+
session.install(
371+
"--no-cache-dir",
372+
"--force-reinstall",
373+
"--upgrade",
374+
"google-auth[aiohttp]!=2.40.0",
375+
)
368376
else:
369377
# The ads templates do not have constraints files.
370378
# See https://github.com/googleapis/gapic-generator-python/issues/1788

0 commit comments

Comments
 (0)