Fix pep8 deps for pyflakes version conflict.

Fixes bug 1199400.

* tox.ini: In the pep8 environment, flake8 and hacking were both
listed as deps. This was fine while both worked with the latest
pyflakes, but then pyflakes 0.7.3 came along and was getting
installed before the more explicit pyflakes 0.7.2 requirement was
parsed for hacking. Since flake8 is in the requirements list for
hacking anyway, this just removes it from the pep8 environment deps
list.

Change-Id: I647235a4f6d109e00f13a156c57ff3a0e9a13a81
This commit is contained in:
Jeremy Stanley 2013-07-09 15:08:51 +00:00
parent 945ec1bec4
commit 8cebdcdb12

View File

@ -5,8 +5,7 @@ envlist = py26,py27,pep8
setenv = VIRTUAL_ENV={envdir}
[testenv:pep8]
deps = flake8
argparse
deps = argparse
hacking
commands = flake8