From: Sergey Nikitin Date: Wed, 7 Dec 2016 12:44:43 +0000 (+0400) Subject: Revert "reduce pep8 requirements to just hacking" X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b8c88c69f516622d92a31279161a5f228c263c39;p=osstest%2Fopenstack-nova.git Revert "reduce pep8 requirements to just hacking" This reverts commit 1e287ae14bac519310221d187e7d1563c2310823 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 --- diff --git a/tox.ini b/tox.ini index a4188cfa29..6cc0c8b3ae 100644 --- a/tox.ini +++ b/tox.ini @@ -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