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:
parent
292bf442cc
commit
515f64156a
@ -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.
|
||||
|
||||
|
3
tox.ini
3
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user