Skip to content

Commit 7d978be

Browse files
committed
apply tags to both python_test and python_tests
1 parent 2203ca9 commit 7d978be

37 files changed

Lines changed: 37 additions & 37 deletions

File tree

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)