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

Skip to content

Commit d2fb629

Browse files
committed
Remove pkg_resources from setuptools paths
1 parent d4e091e commit d2fb629

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
@@ -1503,7 +1503,7 @@ def get_projects() -> list[Project]:
15031503
location="https://github.com/pypa/setuptools",
15041504
mypy_cmd="{mypy} {paths}",
15051505
pyright_cmd="{pyright} {paths}",
1506-
paths=["setuptools", "pkg_resources"],
1506+
paths=["setuptools"],
15071507
deps=["pytest", "filelock", "ini2toml", "packaging", "tomli", "tomli-w"],
15081508
expected_success=("pyright",),
15091509
cost={"mypy": 31},

0 commit comments

Comments
 (0)