Skip to content

Commit 6527e55

Browse files
Traistaru Andrei Cristianandreitraistaru
authored andcommitted
Excluding .buildkite from style tests
Signed-off-by: Traistaru Andrei Cristian <[email protected]>
1 parent 260dbdc commit 6527e55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration_tests/style/test_licenses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause"
3232
)
3333

34-
EXCLUDE = ["build", ".kernel", ".git"]
34+
EXCLUDE = ["build", ".kernel", ".git", ".buildkite"]
3535

3636

3737
def _has_amazon_copyright(string):

tests/integration_tests/style/test_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_python_style():
3232
python_files = utils.get_files_from(
3333
find_path="..",
3434
pattern="*.py",
35-
exclude_names=["build", ".kernel"])
35+
exclude_names=["build", ".kernel", ".buildkite"])
3636

3737
# Assert if somehow no python files were found
3838
assert len(python_files) != 0

0 commit comments

Comments
 (0)