From 6953376100236035f04233ad6f7cb0e4bf3b8c2c Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 29 May 2025 19:56:15 +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 7ef3ed5b8..83fa5b063 100644 --- a/noxfile.py +++ b/noxfile.py @@ -520,6 +520,8 @@ def prerelease_deps(session, protobuf_implementation): ] session.install(*other_deps) + session.install("https://github.com/googleapis/python-api-core/archive/fix-background-consumer-error-closures.zip", "--ignore-installed") + # Print out prerelease package versions session.run( "python", "-c", "import google.protobuf; print(google.protobuf.__version__)" From b1dd17f023ad960dc375243e1c45697c728b195c Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 29 May 2025 20:00:20 +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 83fa5b063..94f2f9a0a 100644 --- a/noxfile.py +++ b/noxfile.py @@ -520,7 +520,7 @@ def prerelease_deps(session, protobuf_implementation): ] session.install(*other_deps) - 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") # Print out prerelease package versions session.run(