1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Pin vendoring to ~=0.3.3 in test suite

Co-authored-by: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com>
This commit is contained in:
Nguyễn Gia Phong 2020-10-17 19:47:55 +07:00 committed by GitHub
parent cf6ecab627
commit c69644257e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ basepython = python3
skip_install = True skip_install = True
commands_pre = commands_pre =
deps = deps =
vendoring>=0.3.3 vendoring~=0.3.3
# Required, otherwise we interpret --no-binary :all: as # Required, otherwise we interpret --no-binary :all: as
# "do not build wheels", which fails for PEP 517 requirements # "do not build wheels", which fails for PEP 517 requirements
pip>=19.3.1 pip>=19.3.1