Skip to content

Commit dcb9472

Browse files
[primer] Add --jobs=2
1 parent b8749ee commit dcb9472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/testutils/_primer/primer_run_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def _lint_package(
8383
# Duplicate code takes too long and is relatively safe
8484
# TODO: Find a way to allow cyclic-import and compare output correctly
8585
disables = ["--disable=duplicate-code,cyclic-import"]
86-
additional = ["--clear-cache-post-run=y"]
86+
additional = ["--clear-cache-post-run=y", "--jobs=2"]
8787
arguments = data.pylint_args + enables + disables + additional
8888
output = StringIO()
8989
reporter = JSONReporter(output)

0 commit comments

Comments
 (0)