Skip to content

Commit

Permalink
pants: add BUILD metadata for st2common itests
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 3, 2024
1 parent 8ee7772 commit c5e66b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions st2common/tests/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
),
},
)

0 comments on commit c5e66b9

Please sign in to comment.