From 515f64156a7e29f109cb1a86d280a70e8a9a2773 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 2 Oct 2024 03:17:09 +0900 Subject: [PATCH] Fix remaining reference to Python 3.8 Python 3.8 support was removed by [1]. [1] 176fc1c4e7238c91b1ab14b4e035923e60c2f504 Change-Id: I5a7a3caf4b36959bba2a2b648b2aa353288d1f19 --- TESTING.rst | 4 ++-- tox.ini | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/TESTING.rst b/TESTING.rst index b375148049..c057490b34 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -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 -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: .. code-block:: bash - $ tox -e py38,pep8 + $ tox -e py3,pep8 See ``tox -l`` for the full list of available test environments. diff --git a/tox.ini b/tox.ini index e42b5c7a60..90fcecedfc 100644 --- a/tox.ini +++ b/tox.ini @@ -60,9 +60,6 @@ setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional [testenv:functional-py3] setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional -[testenv:functional-py38] -setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional - [testenv:functional-py39] setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional