From 7f869b9a93390abb0d9fe8eb472696ae9d7549e2 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Sun, 3 Nov 2024 01:22:56 -0500 Subject: [PATCH] fix dep on shell --- st2common/tests/fixtures/BUILD | 3 ++- st2common/tests/integration/BUILD | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/st2common/tests/fixtures/BUILD b/st2common/tests/fixtures/BUILD index 3ba6abf422..01dbde214a 100644 --- a/st2common/tests/fixtures/BUILD +++ b/st2common/tests/fixtures/BUILD @@ -1,5 +1,6 @@ python_sources() -shell_sources( +st2_shell_sources_and_resources( name="shell", + sources=["*.sh"], ) diff --git a/st2common/tests/integration/BUILD b/st2common/tests/integration/BUILD index d0a4d686ce..275336dae7 100644 --- a/st2common/tests/integration/BUILD +++ b/st2common/tests/integration/BUILD @@ -32,7 +32,7 @@ python_tests( ), "test_util_green.py": dict( dependencies=[ - "st2common/tests/fixtures/print_to_stdout_stderr_sleep.sh:shell", + "st2common/tests/fixtures/print_to_stdout_stderr_sleep.sh:shell_resources", ], ), },