Skip to content

Commit 9a93c90

Browse files
--jobs=0
1 parent 19d8032 commit 9a93c90

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
@@ -84,7 +84,7 @@ def _lint_package(
8484
# Duplicate code takes too long and is relatively safe
8585
# TODO: Find a way to allow cyclic-import and compare output correctly
8686
disables = ["--disable=duplicate-code,cyclic-import"]
87-
additional = ["--clear-cache-post-run=y"]
87+
additional = ["--clear-cache-post-run=y", "--jobs=0"]
8888
arguments = data.pylint_args + enables + disables + additional
8989
output = StringIO()
9090
reporter = JSONReporter(output)

0 commit comments

Comments
 (0)