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:
parent
8db9f5bdb6
commit
e8613ffcaa
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue