summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDave Wilde <dwilde@redhat.com>2022-12-06 14:59:48 -0600
committercdw from scratch <dwilde@redhat.com>2022-12-09 10:28:06 -0600
commitdc0b79649506a520463622c6ff0e0383a2dea6a0 (patch)
treea6e7e5237bab2c387c23757646930ab6df3759bb /test-requirements.txt
parentaeeb64d349524433dda05cf12994ea4f8676c098 (diff)
downloadkeystonemiddleware-dc0b79649506a520463622c6ff0e0383a2dea6a0.tar.gz
Fix pep8 gate
This updates the test-requirements to more recent flake8-docstrings and pep8 versions. I also added some more ignores that would take significant work to update and fixed some minor linting issues. Change-Id: Ia416658b8a4bfb8f43f8df170053abb3ae958d44
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index cd0bfc9..b539b01 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,14 +3,16 @@
# process, which may cause wedges in the gate later.
hacking>=3.0,<4.0.0 # Apache-2.0
-flake8-docstrings==0.2.1.post1 # MIT
+flake8-docstrings==1.6.0 # MIT
+pep8==1.7.1 # MIT
+
coverage!=4.4,>=4.0 # Apache-2.0
cryptography>=3.0 # BSD/Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
-requests-mock>=1.2.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
+requests-mock>=1.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD
testtools>=2.2.0 # MIT