From 248f6b2fc6be8fec63bdbce7dd7882bbafc57b20 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 15 Dec 2019 04:00:25 +0530 Subject: [PATCH] Switch tox -e vendoring, to use vendoring --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index de1263fc47c..5f9b6f4284b 100644 --- a/tox.ini +++ b/tox.ini @@ -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