Revert "reduce pep8 requirements to just hacking"

This reverts commit 1e287ae14b

Constraints mechanism doesn't work for 'hacking' lib:
I11eb0d762869ad8920795fb710f1b2eeb9354f12

We have to install all of test-requirements to get
'hacking' at the right version.

Closes-Bug: #1648054

Change-Id: I512192e8a9ab3a53a52e6cc4d4b8a222951af7fb
This commit is contained in:
Sergey Nikitin
2016-12-07 16:44:43 +04:00
parent d2925b992b
commit b8c88c69f5

View File

@ -41,7 +41,6 @@ commands =
[testenv:pep8]
basepython = python2.7
deps = hacking
commands =
bash tools/flake8wrap.sh {posargs}
# Check that all included JSON files are valid JSON