Skip to content

Commit afe31da

Browse files
committed
pip is required by tests
1 parent 7daef61 commit afe31da

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

packages/service-library/requirements/_test.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ flaky
2121
numpy
2222
openapi-spec-validator
2323
pillow
24+
pip
2425
pytest
2526
pytest-aiohttp
2627
pytest-asyncio

packages/service-library/requirements/_test.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ pathspec==0.12.1
138138
# via mypy
139139
pillow==11.2.1
140140
# via -r requirements/_test.in
141+
pip==25.1.1
142+
# via -r requirements/_test.in
141143
pluggy==1.6.0
142144
# via
143145
# pytest

packages/service-library/requirements/_tools.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ pathspec==0.12.1
5050
# black
5151
# mypy
5252
pip==25.1.1
53-
# via pip-tools
53+
# via
54+
# -c requirements/_test.txt
55+
# pip-tools
5456
pip-tools==7.4.1
5557
# via -r requirements/../../../requirements/devenv.txt
5658
platformdirs==4.3.8

0 commit comments

Comments
 (0)