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

Skip to content

Commit 06849fd

Browse files
Temporarily drop materialize from projects (#206)
* Temporarily drop `materialize` from projects * comment
1 parent 830b80c commit 06849fd

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

mypy_primer/projects.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff 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}",

0 commit comments

Comments
 (0)