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

Switch tox -e vendoring, to use vendoring

This commit is contained in:
Pradyun Gedam 2019-12-15 04:00:25 +05:30
parent cdee9e2c33
commit 248f6b2fc6
No known key found for this signature in database
GPG key ID: DA17C4B29CB32E4B

View file

@ -48,16 +48,16 @@ commands =
pre-commit run [] --all-files --show-diff-on-failure pre-commit run [] --all-files --show-diff-on-failure
[testenv:vendoring] [testenv:vendoring]
basepython = python3.8
skip_install = True skip_install = True
commands_pre = commands_pre =
deps = deps =
invoke vendoring == 0.2.2
requests
# 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
whitelist_externals = git whitelist_externals = git
commands = commands =
# Check that the vendoring is up-to-date # Check that the vendoring is up-to-date
invoke vendoring.update vendoring sync . -v
git diff --exit-code git diff --exit-code