From c5e66b937a37d98b06f06a765c7f4ab2cdc8b938 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Sun, 3 Nov 2024 00:23:21 -0500 Subject: [PATCH] pants: add BUILD metadata for st2common itests --- st2common/tests/integration/BUILD | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/st2common/tests/integration/BUILD b/st2common/tests/integration/BUILD index 578924aa22..d0a4d686ce 100644 --- a/st2common/tests/integration/BUILD +++ b/st2common/tests/integration/BUILD @@ -40,4 +40,11 @@ python_tests( python_test_utils( sources=["*.py", "!test_*.py"], + overrides={ + "log_unicode_data.py": dict( + dependencies=[ + "st2tests/st2tests/fixtures/conf:st2.tests.conf", + ], + ), + }, )