summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-02-03 20:05:16 +0100
committerAndreas Jaeger <aj@suse.com>2020-02-04 11:24:14 +0100
commit7eaa8648cd4965a2fd5826cb064c8372f34a95c8 (patch)
tree95829311eed259e89c7e932871a4f9ededa2c41f /test-requirements.txt
parente022fdaa8e6c69d4b43ebba96d70936bea18db77 (diff)
downloadosprofiler-7eaa8648cd4965a2fd5826cb064c8372f34a95c8.tar.gz
[ussuri][goal] Drop python 2.7 support and testing3.0.0
OpenStack is dropping the py2.7 support in ussuri cycle. 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 Switch to using modern sphinx-build. Remove cruft from setup.cfg Drop non-voting jobs from gate queue. Change-Id: I2cc764bd3de8130aa25868b57b2e89341c71617e
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 9153e9e..33a3fb3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,4 @@
-hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
+hacking>=2.0,<=2.1 # Apache-2.0
coverage>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
@@ -25,4 +25,3 @@ reno>=2.5.0 # Apache-2.0
# For Jaeger Tracing
jaeger-client>=3.8.0 # Apache-2.0
-futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # PSF