Remove environment for Python 3.8

... because Python 3.8 is no longer supported.

Change-Id: I6270877762f8f1f82ac4e48705bccc1d85a668e6
This commit is contained in:
Takashi Kajinami
2025-01-13 14:03:54 +09:00
parent 37a3c45744
commit 4200e9c12d

View File

@@ -60,7 +60,7 @@ deps =
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:functional{,-py38,-py39,-py310,-py311,-py312}]
[testenv:functional{,-py39,-py310,-py311,-py312}]
passenv = OS_*
commands =
stestr --test-path=./novaclient/tests/functional run --concurrency=1 {posargs}