Use Xena zuul job template

The template contains also py39 job.

Newer releases of requests-cache are not compatible with
requests package (or the other way around) resulting in:
AttributeError: 'Response' object has no attribute 'from_cache'
Therefore the patch caps requests-cache for now.

Change-Id: If64a52d975bacc43b23ee055a118dec6e3e6b42d
This commit is contained in:
Martin Kopec 2021-04-29 13:38:04 +00:00
parent 6566d87dc7
commit 65ee83693a
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
- nodejs6-jobs
- publish-openstack-docs-pti
- openstack-cover-jobs
- openstack-python3-wallaby-jobs
- openstack-python3-xena-jobs
check:
jobs:
- refstack-tox-functional:

View File

@ -11,7 +11,7 @@ oslo.utils>=3.16.0 # Apache-2.0
six>=1.9.0 # MIT
pecan>=0.8.2
requests>=2.2.0,!=2.4.0
requests-cache>=0.4.9
requests-cache>=0.4.9,<0.6.0
jsonschema>=3.2.0
PyJWT>=2.0.0 # MIT
WebOb>=1.7.1 # MIT