Fix remaining reference to Python 3.8

Python 3.8 support was removed by [1].

[1] 176fc1c4e7

Change-Id: I5a7a3caf4b36959bba2a2b648b2aa353288d1f19
This commit is contained in:
Takashi Kajinami 2024-10-02 03:17:09 +09:00
parent 292bf442cc
commit 515f64156a
2 changed files with 2 additions and 5 deletions

View File

@ -28,12 +28,12 @@ To run the full suite of tests maintained within Octavia.
To run tests for one or more specific test environments(for example, the most To run tests for one or more specific test environments(for example, the most
common configuration of Python 3.8 and PEP-8), list the environments with the common configuration of Python 3 and PEP-8), list the environments with the
``-e`` option, separated by spaces: ``-e`` option, separated by spaces:
.. code-block:: bash .. code-block:: bash
$ tox -e py38,pep8 $ tox -e py3,pep8
See ``tox -l`` for the full list of available test environments. See ``tox -l`` for the full list of available test environments.

View File

@ -60,9 +60,6 @@ setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
[testenv:functional-py3] [testenv:functional-py3]
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
[testenv:functional-py38]
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
[testenv:functional-py39] [testenv:functional-py39]
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional