mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-11 20:06:42 +00:00
Remove functional testenv for py38/py39
Python 3.8 and 3.9 are no longer supported. Refer to pyproject.toml for the current supported versions. Change-Id: Ie7f917c26299509050294037cc27e1fd9c20e78b Signed-off-by: Koya Watanabe <koywatan@lycorp.co.jp>
This commit is contained in:
parent
c17c5f0df6
commit
f2f0f92d41
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -44,7 +44,7 @@ commands =
|
|||
python -m pip freeze
|
||||
stestr run {posargs}
|
||||
|
||||
[testenv:functional{,-tips,-py38,-py39,-py310,-py311,-py312}]
|
||||
[testenv:functional{,-tips,-py310,-py311,-py312,-py313,-py314}]
|
||||
description =
|
||||
Run functional tests.
|
||||
setenv =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue