Merge "Fix remaining reference to Python 3.8"

This commit is contained in:
Zuul 2024-11-20 16:02:49 +00:00 committed by Gerrit Code Review
commit b232404dd9
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

@ -57,9 +57,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