From dd410f9e550b0094609bd35a6ea65e30fc79b248 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 31 Jan 2024 20:31:44 +0000 Subject: [PATCH] install pluggy in CI when running mypy on pytest (#114) https://github.com/python/typeshed/pull/11351#issuecomment-1919424187 --- mypy_primer/projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy_primer/projects.py b/mypy_primer/projects.py index be2e121..8999306 100644 --- a/mypy_primer/projects.py +++ b/mypy_primer/projects.py @@ -95,7 +95,7 @@ def get_projects() -> list[Project]: Project( location="https://github.com/pytest-dev/pytest", mypy_cmd="{mypy} src testing", - pip_cmd="{pip} install attrs py types-setuptools", + pip_cmd="{pip} install attrs pluggy py types-setuptools", expected_mypy_success=True, ), Project(