Skip to content

Commit

Permalink
Add pip as test requirement for PEP 660 editable installs (#15482)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jun 21, 2023
1 parent 8884518 commit 7d031be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ black==23.3.0 # must match version in .pre-commit-config.yaml
filelock>=3.3.0
isort[colors]==5.12.0; python_version >= "3.8" # must match version in .pre-commit-config.yaml
lxml>=4.9.1; (python_version<'3.11' or sys_platform!='win32') and python_version<'3.12'
pip>=21.3.1
pre-commit
pre-commit-hooks==4.4.0
psutil>=4.0
Expand Down

0 comments on commit 7d031be

Please sign in to comment.