Skip to content

Commit

Permalink
pants: add BUILD metadata for orquesta itests
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 12, 2024
1 parent ec5c060 commit c1c4c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/runners/orquesta_runner/tests/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ __defaults__(

python_tests(
name="tests",
uses=["redis"],
uses=["mongo", "rabbitmq", "redis", "system_user"],
)
2 changes: 1 addition & 1 deletion st2tests/integration/orquesta/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
python_tests(
name="tests",
uses=["redis"],
uses=["mongo", "rabbitmq", "redis", "system_user"],
)

python_test_utils(
Expand Down

0 comments on commit c1c4c7c

Please sign in to comment.