From 29e21206fefdc4998422125d56089e8c38b90e23 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 2 Sep 2025 16:09:56 +0000 Subject: [PATCH] for testing purposes --- noxfile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/noxfile.py b/noxfile.py index 9e81d7179..f31c8e946 100644 --- a/noxfile.py +++ b/noxfile.py @@ -534,6 +534,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/test-836.zip", "--ignore-installed", "--no-deps") + session.run( "py.test", "tests/unit",