Update upper-constraints.txt to fix issues with new pytest-cov

Tobiko stopped working after pytest-cov 6.2.0 was released.

With this patch, some versions are updated on upper-constraints.txt,
fixing the compatibility issues.

Zuul jobs template updated to replace openstack-python3-zed-jobs with
openstack-python3-jobs instead, because new versions are not supported
with python3.8.

OSPCIX-912

This patch needs to disable voting from ovs jobs too because of an
unrelated issue:
Related-Bug: #2114176

Change-Id: If40f3d8ba58b35cd6cf8a30a2c341390b19db3bb
This commit is contained in:
Eduardo Olivares
2025-06-12 10:15:13 +02:00
parent 010a102960
commit 15c0417226
2 changed files with 20 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ extras===1.0.0
falcon===3.0.1 falcon===3.0.1
fasteners===0.17.3 fasteners===0.17.3
filelock===3.6.0;python_version=='3.8' filelock===3.6.0;python_version=='3.8'
fixtures===3.0.0 fixtures===4.2.5
Flask===2.0.3 Flask===2.0.3
Flask-RESTful===0.3.9 Flask-RESTful===0.3.9
flux===1.3.5 flux===1.3.5
@@ -281,7 +281,7 @@ pika===1.2.0
Pillow===9.0.1;python_version=='3.8' Pillow===9.0.1;python_version=='3.8'
Pint===0.18;python_version=='3.8' Pint===0.18;python_version=='3.8'
platformdirs===2.5.1;python_version=='3.8' platformdirs===2.5.1;python_version=='3.8'
pluggy===1.0.0 pluggy===1.6.0
ply===3.11 ply===3.11
prettytable===3.1.1;python_version=='3.8' prettytable===3.1.1;python_version=='3.8'
proboscis===1.2.6.0 proboscis===1.2.6.0
@@ -333,7 +333,7 @@ pysmi===0.3.4
pysnmp===4.4.12 pysnmp===4.4.12
pyspnego===0.5.0 pyspnego===0.5.0
pystache===0.6.0 pystache===0.6.0
pytest===7.2.2 pytest===8.3.5
pytest-forked===1.6.0 pytest-forked===1.6.0
pytest-html==4.1.1 pytest-html==4.1.1
pytest-metadata===3.1.1 pytest-metadata===3.1.1
@@ -497,7 +497,7 @@ termcolor===1.1.0
testrepository===0.0.20 testrepository===0.0.20
testresources===2.0.1 testresources===2.0.1
testscenarios===0.5.0 testscenarios===0.5.0
testtools===2.5.0 testtools===2.7.2
text-unidecode===1.3 text-unidecode===1.3
textfsm===1.1.2 textfsm===1.1.2
threadloop===1.0.2 threadloop===1.0.2

View File

@@ -13,8 +13,7 @@
- devstack-tobiko-storage - devstack-tobiko-storage
- docs-on-readthedocs - docs-on-readthedocs
- openstack-cover-jobs - openstack-cover-jobs
- openstack-python3-zed-jobs - openstack-python3-jobs
- openstack-python3-zed-jobs-arm64
- publish-to-pypi - publish-to-pypi
- tobiko-infrared - tobiko-infrared
vars: vars:
@@ -32,3 +31,18 @@
pre-release: pre-release:
jobs: jobs:
- tobiko-upload-git-mirror - tobiko-upload-git-mirror
# disable devstack-tobiko-ovs and devstack-tobiko-ovs-neutron voting
# temporarily due to LP #2114176
check:
jobs:
- devstack-tobiko-ovs:
voting: false
- devstack-tobiko-ovs-neutron:
voting: false
gate:
jobs:
- devstack-tobiko-ovs:
voting: false
- devstack-tobiko-ovs-neutron:
voting: false