Pin vendoring to ~=0.3.3 in test suite

Co-authored-by: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com>
This commit is contained in:
Nguyễn Gia Phong 2020-10-17 19:47:55 +07:00 提交者 GitHub
父節點 cf6ecab627
當前提交 c69644257e
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -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