Skip to content

Commit 7d031be

Browse files
authored
Add pip as test requirement for PEP 660 editable installs (python#15482)
1 parent 8884518 commit 7d031be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ black==23.3.0 # must match version in .pre-commit-config.yaml
55
filelock>=3.3.0
66
isort[colors]==5.12.0; python_version >= "3.8" # must match version in .pre-commit-config.yaml
77
lxml>=4.9.1; (python_version<'3.11' or sys_platform!='win32') and python_version<'3.12'
8+
pip>=21.3.1
89
pre-commit
910
pre-commit-hooks==4.4.0
1011
psutil>=4.0

0 commit comments

Comments
 (0)