make pbr use hacking directly

Remove flake8 from pbr's requirements file, we should be requiring
hacking instead, and let hacking pull in flake8.

Change-Id: I6e7135a07e3ca6b9e26fcc9623b1434ecba1444f
This commit is contained in:
Sean Dague 2014-04-08 19:37:20 -04:00
parent 02aeac0b14
commit 8494418e71
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
coverage>=3.6
discover
fixtures>=0.3.14
flake8==2.0
hacking>=0.8,<0.9
mock>=1.0
python-subunit>=0.0.18
sphinx>=1.1.2,<1.2

View File

@ -19,8 +19,7 @@ downloadcache = ~/cache/pip
[testenv:pep8]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
hacking
commands = flake8
commands = flake8 {posargs}
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}