Skip to content

Commit eba351e

Browse files
cdce8phauntsaninja
authored andcommitted
Add pip as test requirement for PEP 660 editable installs (#15482)
1 parent 9faffe8 commit eba351e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test-requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ flake8-bugbear==23.3.23; python_version >= "3.8" # must match version in .pre-co
88
flake8-noqa==1.3.1; python_version >= "3.8" # must match version in .pre-commit-config.yaml
99
isort[colors]==5.12.0; python_version >= "3.8" # must match version in .pre-commit-config.yaml
1010
lxml>=4.9.1; (python_version<'3.11' or sys_platform!='win32') and python_version<'3.12'
11+
pip>=21.3.1
1112
pre-commit
1213
pre-commit-hooks==4.4.0
1314
psutil>=4.0

0 commit comments

Comments
 (0)