Remove python 2.6 docref

py26 is dead for tempest so long it does not makes sense
to speak about py26 in the main README.rst anymore.

Change-Id: I2fc7c1d01751fb54292f8481a1b9f5a47530f1db
This commit is contained in:
Attila Fazekas 2018-05-31 13:39:15 +02:00
parent 3d0e0b7792
commit 010c0b080b
1 changed files with 0 additions and 12 deletions

View File

@ -212,18 +212,6 @@ argument is no longer required, however it may perform faster if included.
For more information on these options and details about stestr, please see the
`stestr documentation <http://stestr.readthedocs.io/en/latest/MANUAL.html>`_.
Python 2.6
----------
Starting in the Kilo release the OpenStack services dropped all support for
python 2.6. This change has been mirrored in Tempest, starting after the
tempest-2 tag. This means that proposed changes to Tempest which only fix
python 2.6 compatibility will be rejected, and moving forward more features not
present in python 2.6 will be used. If you're running your OpenStack services
on an earlier release with python 2.6 you can easily run Tempest against it
from a remote system running python 2.7. (or deploy a cloud guest in your cloud
that has python 2.7)
Python 3.x
----------