Skip to content

Commit

Permalink
pants: add BUILD metadata for st2api itests
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 12, 2024
1 parent e01e799 commit f6bc9df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions st2api/tests/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,13 @@ python_tests(
name="tests",
dependencies=[
"conf/st2.tests.conf:st2_tests_conf",
"st2api/st2api/wsgi.py",
"st2auth/st2auth/wsgi.py",
],
stevedore_namespaces=[
"st2auth.sso.backends",
"st2common.metrics.driver",
"st2common.rbac.backend",
],
uses=["mongo", "rabbitmq", "redis"],
)

0 comments on commit f6bc9df

Please sign in to comment.