Skip to content

Commit 4fd2f06

Browse files
committed
add skip_pylint=True metadata for tests
1 parent e085f52 commit 4fd2f06

File tree

25 files changed

+108
-4
lines changed

25 files changed

+108
-4
lines changed

BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ python_requirements(
3636

3737
python_test_utils(
3838
name="test_utils",
39+
skip_pylint=True,
3940
)

contrib/chatops/tests/BUILD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
python_tests()
1+
python_tests(
2+
skip_pylint=True,
3+
)

contrib/core/tests/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
python_tests(
2+
skip_pylint=True,
23
overrides={
34
"test_action_sendmail.py": {
45
"dependencies": [

contrib/examples/tests/BUILD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
python_tests()
1+
python_tests(
2+
skip_pylint=True,
3+
)

contrib/linux/tests/BUILD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
python_tests()
1+
python_tests(
2+
skip_pylint=True,
3+
)

contrib/packs/tests/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
python_tests(
2+
skip_pylint=True,
23
overrides={
34
"test_action_download.py": {
45
"dependencies": [
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)

st2actions/tests/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)

st2api/tests/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)

st2auth/tests/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)
6+
17
python_sources()

st2client/tests/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)
6+
17
python_sources()

st2common/benchmarks/micro/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
python_sources()
1+
python_sources(
2+
skip_pylint=True,
3+
)
24

35
python_tests(
46
name="tests",
7+
skip_pylint=True,
58
)

st2common/tests/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)

st2reactor/tests/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)

st2stream/tests/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)

st2tests/tests/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__defaults__(
2+
all=dict(
3+
skip_pylint=True,
4+
)
5+
)

0 commit comments

Comments
 (0)