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 authored and hauntsaninja committed Jun 24, 2023
1 parent 9faffe8 commit eba351e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-requirements.txt
Expand Up @@ -8,6 +8,7 @@ flake8-bugbear==23.3.23; python_version >= "3.8" # must match version in .pre-co
flake8-noqa==1.3.1; python_version >= "3.8" # must match version in .pre-commit-config.yaml
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 eba351e

Please sign in to comment.