Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3dfd50

Browse files
Disable parallel checking for mypy project (#245)
1 parent 27c0b21 commit a3dfd50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy_primer/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get_projects() -> list[Project]:
6666
projects = [
6767
Project(
6868
location="https://github.com/python/mypy",
69-
mypy_cmd="{mypy} --config-file mypy_self_check.ini -p mypy -p mypyc",
69+
mypy_cmd="{mypy} --config-file mypy_self_check.ini --num-workers=0 -p mypy -p mypyc",
7070
pyright_cmd="{pyright} {paths}",
7171
paths=["mypy", "mypyc"],
7272
deps=["pytest", "types-psutil", "types-setuptools", "filelock", "tomli"],

0 commit comments

Comments
 (0)