File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1275,13 +1275,15 @@ def get_projects() -> list[Project]:
12751275 needs_mypy_plugins = True ,
12761276 cost = {"mypy" : 44 },
12771277 ),
1278- Project (
1279- location = "https://github.com/MaterializeInc/materialize" ,
1280- mypy_cmd = "MYPYPATH=$MYPYPATH:misc/python {mypy} --explicit-package-bases misc/python" ,
1281- pyright_cmd = "{pyright}" ,
1282- install_cmd = "{install} -r ci/builder/requirements.txt" ,
1283- cost = {"mypy" : 109 },
1284- ),
1278+ # Disabled for now due to unavailable VCS dependency causing setup failures.
1279+ # See typeshed#14720.
1280+ # Project(
1281+ # location="https://github.com/MaterializeInc/materialize",
1282+ # mypy_cmd="MYPYPATH=$MYPYPATH:misc/python {mypy} --explicit-package-bases misc/python",
1283+ # pyright_cmd="{pyright}",
1284+ # install_cmd="{install} -r ci/builder/requirements.txt",
1285+ # cost={"mypy": 109},
1286+ # ),
12851287 Project (
12861288 location = "https://github.com/canonical/operator" ,
12871289 mypy_cmd = "{mypy} {paths}" ,
You can’t perform that action at this time.
0 commit comments