Skip to content

Commit 5cf1818

Browse files
committed
apply tags to both python_test and python_tests
1 parent 108dd94 commit 5cf1818

File tree

37 files changed

+37
-37
lines changed

37 files changed

+37
-37
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)

contrib/runners/action_chain_runner/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
55

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)

contrib/runners/announcement_runner/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
55

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)

contrib/runners/http_runner/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
55

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)

contrib/runners/inquirer_runner/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
55

contrib/runners/local_runner/tests/integration/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)
55

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)

contrib/runners/noop_runner/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
55

contrib/runners/orquesta_runner/tests/integration/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)
55

contrib/runners/orquesta_runner/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
55

contrib/runners/python_runner/tests/integration/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)
55

contrib/runners/python_runner/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
55

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)

contrib/runners/winrm_runner/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
55

st2actions/tests/integration/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)
55

st2actions/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
55

st2api/tests/integration/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)
55

st2api/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
55

st2auth/tests/integration/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)

st2auth/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
55

st2client/tests/integration/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)

st2client/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
55

st2common/benchmarks/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__defaults__(
2-
{python_tests: dict(tags=["benchmarks"])},
2+
{(python_test, python_tests): dict(tags=["benchmarks"])},
33
)

st2common/tests/integration/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)
55

st2common/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
55

st2reactor/tests/integration/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)
55

st2reactor/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)
55

st2stream/tests/integration/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
extend=True,
44
)

st2stream/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)

st2tests/integration/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__defaults__(
2-
{python_tests: dict(tags=["integration"])},
2+
{(python_test, python_tests): dict(tags=["integration"])},
33
all=dict(
44
skip_pylint=True,
55
),

st2tests/tests/unit/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__defaults__(
2-
{python_tests: dict(tags=["unit"])},
2+
{(python_test, python_tests): dict(tags=["unit"])},
33
extend=True,
44
)

0 commit comments

Comments
 (0)