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
1 changed files with 3 additions and 3 deletions

View File

@ -48,16 +48,16 @@ commands =
pre-commit run [] --all-files --show-diff-on-failure
[testenv:vendoring]
basepython = python3.8
skip_install = True
commands_pre =
deps =
invoke
requests
vendoring == 0.2.2
# Required, otherwise we interpret --no-binary :all: as
# "do not build wheels", which fails for PEP 517 requirements
pip>=19.3.1
whitelist_externals = git
commands =
# Check that the vendoring is up-to-date
invoke vendoring.update
vendoring sync . -v
git diff --exit-code