Merge "Remove explicit dependency on pep8/pyflakes"

This commit is contained in:
Zuul 2017-12-05 18:29:45 +00:00 committed by Gerrit Code Review
commit 285bc2a176
1 changed files with 1 additions and 3 deletions

View File

@ -3,9 +3,7 @@
# process, which may cause wedges in the gate later.
# this file lists dependencies required for the testing of heat
# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.5.7 # MIT
pyflakes==0.8.1 # MIT
# Install flake8 first, it pulls in the right linter versions
flake8<2.6.0,>=2.5.4 # MIT
coverage!=4.4,>=4.0 # Apache-2.0