From b8c88c69f516622d92a31279161a5f228c263c39 Mon Sep 17 00:00:00 2001 From: Sergey Nikitin Date: Wed, 7 Dec 2016 16:44:43 +0400 Subject: [PATCH] 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 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index a4188cfa2903..6cc0c8b3ae36 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