Remove environment for Python 3.8
... because Python 3.8 is no longer supported. Change-Id: I6270877762f8f1f82ac4e48705bccc1d85a668e6
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user