Skip to content

Commit d3ad6fd

Browse files
authored
Merge pull request #184 from stackhpc/upstream/2025.1-2026-04-20
Synchronise 2025.1 with upstream
2 parents c1efbfb + c10699e commit d3ad6fd

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.zuul.d/project.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
- openstack-python3-jobs
44
check:
55
jobs:
6-
- build-wheel-cache-ubuntu-bionic:
7-
files:
8-
- bindep.txt
96
- build-wheel-cache-ubuntu-focal:
107
files:
118
- bindep.txt
@@ -69,9 +66,6 @@
6966
- bindep.txt
7067
gate:
7168
jobs:
72-
- build-wheel-cache-ubuntu-bionic:
73-
files:
74-
- bindep.txt
7569
- build-wheel-cache-ubuntu-focal:
7670
files:
7771
- bindep.txt
@@ -92,7 +86,7 @@
9286
- cross-horizon-py312
9387
- cross-horizon-npm
9488
- cross-ironic-py312
95-
- cross-keystone-py312
89+
# - cross-keystone-py312
9690
- cross-kuryr-py312
9791
- cross-manila-py312
9892
- cross-neutron-py312
@@ -105,7 +99,7 @@
10599
- cross-nova-functional
106100
- cross-placement-functional-py312
107101
- cross-octavia-py312
108-
- cross-osc-tox-docs
102+
# - cross-osc-tox-docs
109103
- cross-swift-py312
110104
- openstacksdk-functional-devstack
111105
- tempest-full-py3:

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
minversion = 4.11.0
33
envlist = validate,py3,pep8,pip-install
44
ignore_basepython_conflict=true
5+
# NOTE(elod.illes): latest virtualenv bundles setuptools 82.0.0, which
6+
# dropped pkg_resources module source from the package, which is used
7+
# in xstatic-objectpath, thus virtualenv needs to be pinned to fix the
8+
# requirements-tox-py3XX-check-uc jobs
9+
requires =
10+
virtualenv<20.37.0
511

612
[testenv]
713
basepython = python3

upper-constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jaraco.classes===3.4.0
119119
debtcollector===3.0.0
120120
responses===0.25.6
121121
croniter===6.0.0
122-
horizon===25.3.1
122+
horizon===25.3.2
123123
octavia-lib===3.8.0
124124
python-watcherclient===4.8.0
125125
MarkupSafe===3.0.2
@@ -354,7 +354,7 @@ infi.dtypes.iqn===0.4.0
354354
XStatic-tv4===1.2.7.0
355355
XStatic-JSEncrypt===2.3.1.1
356356
python-cinderclient===9.7.0
357-
keystonemiddleware===10.9.0
357+
keystonemiddleware===10.9.1
358358
django-formtools===2.5.1
359359
XStatic-Spin===1.2.5.3
360360
rich===13.9.4

0 commit comments

Comments
 (0)