f48a982b30
Commit 8eac791328c004013c6ef7ccd5d53fe22184b316 in openstack/requirements bumped coverage max constraint to 7.6.3 from 7.6.1. Coverage 7.6.3 does not support python 3.8. pip installation to always fail on constraint verification. This commit switches zuul unit tests checks to use python 3.9. This commit also changes the minimum requirement on coverage, removing the exception for version 4.4. Change-Id: Ic222523959658b0144cf5b75c04ee1d427f4200a
12 lines
216 B
YAML
12 lines
216 B
YAML
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py39
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py39
|