Skip to content

Commit

Permalink
install pluggy in CI when running mypy on pytest (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Jan 31, 2024
1 parent 9397bff commit dd410f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy_primer/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit dd410f9

Please sign in to comment.