summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMinmin Ren <renmm6@chinaunicom.cn>2019-05-08 02:16:24 +0000
committerMinmin Ren <renmm6@chinaunicom.cn>2019-05-13 10:27:00 +0000
commit85d2b17c49cd5f7e878b32f8e58217923c6c2aa2 (patch)
tree0f63fe7412c67fe4c312a9d9c15d67c0592754b2 /test-requirements.txt
parente1a027067cab5476385cec2327efa24b75c68d58 (diff)
downloadtrove-85d2b17c49cd5f7e878b32f8e58217923c6c2aa2.tar.gz
Fix tox debug mode
- add oslotest in test-requirement.txt for fixing tox debug mode failed. - Update jsonschema/sphinx following the global-requirments.txt to pass zuul requirements-check job. (See: https://review.openstack.org/649789 https://review.opendev.org/#/c/657890/) Change-Id: I5f2cabc35415cac3c4e81afa9084cbd8677ccd22 Story: #2005615 Task: #30862
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 5c5f643d..4801f234 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,7 +4,6 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
os-api-ref>=1.4.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
@@ -27,3 +26,4 @@ stestr>=1.1.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
astroid==1.6.5 # LGPLv2.1
pylint==1.9.2 # GPLv2
+oslotest>=3.2.0 # Apache-2.0