Skip to content

Commit 6b2b001

Browse files
committed
wip support for running action_chain_runner tests via pants+pytest
1 parent b27475f commit 6b2b001

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

  • contrib/runners/action_chain_runner/tests/unit

contrib/runners/action_chain_runner/tests/unit/BUILD

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,15 @@ __defaults__(
55

66
python_tests(
77
name="tests",
8+
stevedore_namespaces=[
9+
"st2common.rbac.backend",
10+
"st2common.metrics.driver",
11+
# TODO: we only need THIS runner, but this pulls in all.
12+
"st2common.runners.runner",
13+
],
14+
uses=["mongo"],
15+
# TODO: need st2common.runners.runner stevedore namespace, but only this runner!
16+
#dependencies=[
17+
# "contrib/runners/action_chain_runner",
18+
#],
819
)

0 commit comments

Comments
 (0)