[ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.
designate-tempest-plugin is ready with python 3 and ok to drop the
python 2.7 support.
Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support
Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
Change-Id: Ib3bd70ba8f2e8386643c536ac8194fa99b54b842
diff --git a/test-requirements.txt b/test-requirements.txt
index bbf8861..6e6ab00 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,5 +5,4 @@
# Hacking already pins down pep8/pycodestyle pyflakes and flake8
hacking>=1.1.0,<1.2.0 # Apache-2.0
openstackdocstheme>=1.18.1 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD