vmware-nsxlib/.zuul.yaml
Salvatore Orlando 906b747395 Switch zuul jobs to python 39, remove cover job
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.

Switch zuul unit tests checks to use python 3.9.
Change the minimum requirement on coverage, removing the
exception for version 4.4.

Cover jobs use python 3.12 and it's not compatible
with some of the unit tests in the repository, therefore
this change removes the cover job from zuul tests.

Change-Id: Iccb162d02a6f93e4bd8d340fd4439191bcafbda9
2025-01-24 09:16:58 +00:00

10 lines
172 B
YAML

- project:
check:
jobs:
- openstack-tox-pep8
- openstack-tox-py39
gate:
jobs:
- openstack-tox-pep8
- openstack-tox-py39