Skip to content

Commit 55b5f75

Browse files
committed
pants: reclassify st2common/tests/integration sources as test_utils
1 parent de4f220 commit 55b5f75

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • st2common/tests/integration

st2common/tests/integration/BUILD

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ __defaults__(
33
extend=True,
44
)
55

6-
python_sources()
7-
86
python_tests(
97
name="tests",
108
dependencies=[
@@ -13,3 +11,7 @@ python_tests(
1311
"conf/st2.tests1.conf:st2_tests_conf",
1412
],
1513
)
14+
15+
python_test_utils(
16+
sources=["*.py", "!test_*.py"],
17+
)

0 commit comments

Comments
 (0)