Pin importlib-resources version to <2.0.0 60/64260/2
authorThanh Ha <zxiiro@gmail.com>
Thu, 11 Jun 2020 20:47:16 +0000 (16:47 -0400)
committerThanh Ha <zxiiro@gmail.com>
Thu, 11 Jun 2020 20:54:46 +0000 (16:54 -0400)
commit8e52d0538f6d9897ea601544a3a22a409b7de20e
tree5f7b5356ab97cceea3ccce67ca8796b0b1cf579f
parent5fc616e4b1231808c1f11608608415312b08aa02
Pin importlib-resources version to <2.0.0

The current virtualenv 20.0.21 is incompatible with importlib-resources
2.0.0. This patch pins the version of importlib-resources temporarily
until a virtualenv version that supports it is released. This resolves
the ignored error in tox-verify job builds:

    ERROR: virtualenv 20.0.21 has requirement
    importlib-resources<2,>=1.0; python_version < "3.7", but you'll
    have importlib-resources 2.0.0 which is incompatible.

Issue: RELENG-2993
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: I04cf74f4209104475c1548653f157821814970df
releasenotes/notes/pin-importlib-resources-f3fd824b5a84bc8e.yaml [new file with mode: 0644]
shell/python-tools-install.sh