CI: fix (and update) test-on-demand targets

Change-Id: I27f9e1b3e6a81b9e1efc9ecf993d9158c9f7c7d9
Signed-off-by: Tim Burke <tim.burke@gmail.com>
This commit is contained in:
Tim Burke
2025-11-11 10:05:39 -08:00
parent 97c7470c34
commit b308ac1420
2 changed files with 6 additions and 2 deletions

View File

@@ -37,10 +37,14 @@
# on-demand pipeline used to test older (but still supported) versions of python,
# as well as intermediate releases that the openstack-python3-jobs might skip
jobs:
- openstack-tox-py37
- openstack-tox-py37:
nodeset: ubuntu-jammy
vars:
python_use_pyenv: True
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py311
- openstack-tox-py312
check:
jobs:
- swiftclient-functional:

View File

@@ -24,7 +24,7 @@ passenv = SWIFT_*
commands =
python -m flake8 swiftclient test
[testenv:{py36,py37,py38}]
[testenv:{py37,py38,py39}]
# Drop the use of constraints; most dependencies have dropped support for
# these versions already, and have updated their metadata to reflect that
deps = -r{toxinidir}/requirements.txt