From f1c3073c3d7088b379506f8831863d7a2a1261eb Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 29 May 2025 19:58:58 +0000 Subject: [PATCH 1/2] for testing purposes --- noxfile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/noxfile.py b/noxfile.py index 7ed9c288..f25a9087 100644 --- a/noxfile.py +++ b/noxfile.py @@ -459,6 +459,8 @@ def prerelease_deps(session, protobuf_implementation): session.run("python", "-c", "import grpc; print(grpc.__version__)") session.run("python", "-c", "import google.auth; print(google.auth.__version__)") + session.install("https://github.com/googleapis/python-api-core/archive/fix-background-consumer-error-closures.zip", "--ignore-installed") + session.run( "py.test", "tests/unit", From 543e159b85ac9fe5cd5b4339487e40ae9687dff8 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 29 May 2025 20:00:39 +0000 Subject: [PATCH 2/2] add no deps --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index f25a9087..f4fe7524 100644 --- a/noxfile.py +++ b/noxfile.py @@ -459,7 +459,7 @@ def prerelease_deps(session, protobuf_implementation): session.run("python", "-c", "import grpc; print(grpc.__version__)") session.run("python", "-c", "import google.auth; print(google.auth.__version__)") - session.install("https://github.com/googleapis/python-api-core/archive/fix-background-consumer-error-closures.zip", "--ignore-installed") + session.install("https://github.com/googleapis/python-api-core/archive/fix-background-consumer-error-closures.zip", "--ignore-installed", "--no-deps") session.run( "py.test",