From 0f1544abe79d2c1334002e0042b317e2594994e0 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Sat, 2 Nov 2024 00:28:12 -0500 Subject: [PATCH] pants: add BUILD metadata for st2actions itests --- st2actions/tests/integration/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/st2actions/tests/integration/BUILD b/st2actions/tests/integration/BUILD index 2d782aaea0..d813d6039c 100644 --- a/st2actions/tests/integration/BUILD +++ b/st2actions/tests/integration/BUILD @@ -5,4 +5,7 @@ __defaults__( python_tests( name="tests", + stevedore_namespaces=[ + "st2common.metrics.driver", + ], )