Don't use ansible 2.10.0

It seems to have broken all jobs, let's not use it till we
fix those.

Also pin importlib-metadata 2.0.0 which is not compatible
with virtualenv 20.0.31.

Related-Bug: #1896738
Change-Id: I696605e312692b24059178b82446d947023f35d9
This commit is contained in:
Rabi Mishra 2020-09-23 15:41:26 +05:30
parent f9ed14f58c
commit d37dfddff3
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
ansible>=2.8,!=2.8.9,!=2.9.12
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0
metalsmith>=0.13.0 # Apache-2.0
importlib-metadata<2.0.0
jsonschema # MIT