summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDavid Shrewsbury <shrewsbury.dave@gmail.com>2017-05-18 14:22:55 -0400
committerDavid Shrewsbury <shrewsbury.dave@gmail.com>2017-05-18 14:23:55 -0400
commit00457feefd1690ccf164446cd34e805b76b54aa4 (patch)
tree6330b110ada29888719c682860e08e4acc3880aa /test-requirements.txt
parente35885cbdec54fe968a059ed5582b4e281170736 (diff)
downloadzuul-00457feefd1690ccf164446cd34e805b76b54aa4.tar.gz
Remove use of hacking lib
Current hacking library pins on a version of flake8 that is too old to recognize some py3.5'isms. Adds ignores for: E305 expected 2 blank lines after class or function definition E402 module level import not at top of file F405 'AnsibleModule' may be undefined, or defined from star imports W503 line break before binary operator Change-Id: I30ae2b6745c8696c58ef1d57790b4268c22cd356
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 735b4ddae..baf6cad0f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,6 @@
-hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
+pep8
+pyflakes
+flake8
coverage>=3.6
sphinx>=1.5.1,<1.6