From 9dfa92173b204860cb6440680b40718e5fa4d2b2 Mon Sep 17 00:00:00 2001 From: Akanksha Date: Wed, 5 Aug 2026 11:43:13 -0700 Subject: [PATCH] Add SPS dependencies to test installations Add "google-cloud-monitoring" and "portpicker". --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6158a82..a0c95da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,8 +50,10 @@ sps_without_monitoring = [ "portpicker", ] test = [ + "google-cloud-monitoring", "httpx", "kubernetes", + "portpicker", "pyyaml", "pytest", ]