summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDave Wilde <dwilde@redhat.com>2022-12-20 10:25:53 -0600
committerPete Zaitcev <zaitcev@kotori.zaitcev.us>2023-04-21 14:08:59 -0500
commit3a82bcec1f6ecb45b039d785035534375099914d (patch)
tree5d3dd7f33a3614df112a5c32f0baf3463e03bab7 /test-requirements.txt
parentbb4cc27a0ca9efbb0df04a08901fee088d47a536 (diff)
downloadpycadf-3a82bcec1f6ecb45b039d785035534375099914d.tar.gz
Fix pep8 gate
This updates the test-requirements to a more recent flake8-docstrings version. I also added an ignore for __init__ methods, this may be something that we want to revisit but are not needed for now. We also slip in a little change that renames whitelist to allowlist. It is also a gate failure and thus is circular with the pep8 fix: neither can be merged separately. Change-Id: Id12f6e3b5d603531744d02f7bafab0b80696751e
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 37e0ee8..513595d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
hacking>=3.0.1,<3.1.0 # Apache-2.0
-flake8-docstrings==0.2.1.post1 # MIT
+flake8-docstrings==1.6.0 # MIT
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD