From 08f878bc02e024709f187734ff77fa5130233f4b Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 8 Aug 2013 05:00:16 +0000 Subject: [PATCH] Pin hacking <0.6 * tox.ini: Newer hacking fails to recognize the Apache header in the git-review script, so pin at <0.6 for now to match an upcoming refactoring change. This will allow us to get some quick cosmetic fixes in first. Change-Id: I8e92b1d23d0b8d87e3bafe43d97c987abdf1d9f8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6609529..a88a585 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ setenv = VIRTUAL_ENV={envdir} [testenv:pep8] deps = argparse - hacking + hacking<0.6 commands = flake8 [testenv:sdist]