summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2019-01-08 18:29:25 +0000
committerJens Harbott <j.harbott@x-ion.de>2019-09-03 08:58:29 +0000
commit01ce75f5b36d2e729d0dc749c49f091617090107 (patch)
treee34682dfdf368a8ad02a16414edd2d2bf0e1f49a /test-requirements.txt
parent6e52ba5bcca0b032df89f215d3ebf22a97b66c61 (diff)
downloadcliff-01ce75f5b36d2e729d0dc749c49f091617090107.tar.gz
Pin cmd2 back to <0.9 on all versions
cmd2 is now also broken on python3. Change-Id: Ib72830b26aabfd8244196be562f925fd76080dd9 Depends-On: https://review.openstack.org/629269
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 4755809..45987f4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,7 +12,8 @@ coverage!=4.4,>=4.0 # Apache-2.0
# sphinx is required in test-requirements in addition to doc/requirements
# because there is a sphinx extension that has tests
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,<2.0.0,>=1.6.2;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
# Bandit security code scanner
bandit>=1.1.0 # Apache-2.0