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

Remove pip version requirement for vendoring

This commit is contained in:
Paul Moore 2020-04-14 11:03:48 +01:00
parent 8db9f5bdb6
commit e8613ffcaa

View file

@ -152,9 +152,6 @@ def lint(session):
@nox.session
def vendoring(session):
# Required, otherwise we interpret --no-binary :all: as
# "do not build wheels", which fails for PEP 517 requirements
session.install("-U", "pip>=19.3.1")
session.install("vendoring")
session.run("vendoring", "sync", ".", "-v")