summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAttila Fazekas <afazekas@redhat.com>2018-05-31 13:39:15 +0200
committerAttila Fazekas <afazekas@redhat.com>2018-05-31 13:39:15 +0200
commit010c0b080b94dee800383aca8b99757b9ed39e47 (patch)
tree867318251b9f3ea9a0ec64609ff0733c3e502171 /README.rst
parent3d0e0b7792fd8ec8263b162e1637f487293539ea (diff)
downloadtempest-010c0b080b94dee800383aca8b99757b9ed39e47.tar.gz
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
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/README.rst b/README.rst
index 044ae0925..2243536f1 100644
--- a/README.rst
+++ b/README.rst
@@ -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
----------