From c69644257ec690787779ea5d96cbf6e016519de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Sat, 17 Oct 2020 19:47:55 +0700 Subject: [PATCH] Pin vendoring to ~=0.3.3 in test suite Co-authored-by: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com> --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 30a908cd3..9c20759af 100644 --- a/tox.ini +++ b/tox.ini @@ -70,7 +70,7 @@ basepython = python3 skip_install = True commands_pre = deps = - vendoring>=0.3.3 + vendoring~=0.3.3 # Required, otherwise we interpret --no-binary :all: as # "do not build wheels", which fails for PEP 517 requirements pip>=19.3.1