Skip to content

Commit

Permalink
wip support for running action_chain_runner tests via pants+pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Jun 11, 2024
1 parent 12b3c2f commit 90e62f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions contrib/runners/action_chain_runner/tests/unit/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,15 @@ __defaults__(

python_tests(
name="tests",
stevedore_namespaces=[
"st2common.rbac.backend",
"st2common.metrics.driver",
# TODO: we only need THIS runner, but this pulls in all.
"st2common.runners.runner",
],
uses=["mongo"],
# TODO: need st2common.runners.runner stevedore namespace, but only this runner!
#dependencies=[
# "contrib/runners/action_chain_runner",
#],
)

0 comments on commit 90e62f7

Please sign in to comment.