From 5d27d0d741e61f623b3d747f347d32929476b291 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 26 Aug 2024 05:22:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20post-p?= =?UTF-8?q?rocessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index e599d96369..8f0452d4d2 100644 --- a/noxfile.py +++ b/noxfile.py @@ -433,7 +433,7 @@ def prerelease_deps(session, protobuf_implementation, database_dialect): session.skip("cpp implementation is not supported in python 3.11+") # Install all dependencies - session.install("-e", ".[all, tests, tracing, testing]") + session.install("-e", ".[all, tests, tracing]") unit_deps_all = UNIT_TEST_STANDARD_DEPENDENCIES + UNIT_TEST_EXTERNAL_DEPENDENCIES session.install(*unit_deps_all) system_deps_all = (