summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorlikui <likui@yovole.com>2020-12-06 12:45:00 +0800
committerlikui <likui@yovole.com>2020-12-06 12:45:32 +0800
commitb425a4fd2709cffd9ee6160629579c6daba88c62 (patch)
tree0cca3fc7798eea55f6ab6d25ffdde2875f4428b1 /test-requirements.txt
parent49e7a14d39b5f5475a976f3fafc40d0710eda4f1 (diff)
downloadtrove-b425a4fd2709cffd9ee6160629579c6daba88c62.tar.gz
Update doc8 version
doc8 only supports python version less than 3.4 [1] https://pypi.org/project/doc8/0.8.0/ Change-Id: Icd49aed78a9f15d07e12ffc790241435307577e7
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 3b90a3fa..ba437f33 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,7 +18,7 @@ redis>=2.10.0 # MIT
cassandra-driver!=3.6.0,>=2.1.4 # Apache-2.0
couchdb>=0.8 # Apache-2.0
stestr>=1.1.0 # Apache-2.0
-doc8>=0.6.0 # Apache-2.0
+doc8>=0.8.1 # Apache-2.0
astroid==1.6.5 # LGPLv2.1
pylint==1.9.2 # GPLv2
oslotest>=3.2.0 # Apache-2.0