Skip to content

Commit

Permalink
ci: add pip to test dependencies (#8475)
Browse files Browse the repository at this point in the history
* add pip to test dependencies

* trigger

* release note

* rm trigger
  • Loading branch information
anakin87 authored Oct 22, 2024
1 parent 322f63d commit f6935d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ extra-dependencies = [
"python-multipart",
"psutil",
"mypy",
"pip", # mypy needs pip to install missing stub packages
"pylint",
"ipython",
]
Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/pip-test-dep-b797879f1d73b3eb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
fixes:
- |
Add `pip` to test dependencies: `mypy` needs it to install missing stub packages.

0 comments on commit f6935d1

Please sign in to comment.