From 9b66e81d2b8d688af7c9e77cc1fe0307ffcc5d9b Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 9 Jul 2012 16:56:47 -0700 Subject: Use all deps for tools/hacking.py tests in tox tools/hacking needs pip modules to accuratly run nova_import_module_only Change-Id: I19eb624cc32a15438666e5710394a77d13b50763 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9d01d1450..5cfaa87b4 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,6 @@ commands = nosetests {posargs} downloadcache = ~/cache/pip [testenv:pep8] -deps = pep8==1.1 commands = python tools/hacking.py --ignore=N4 --repeat --show-source --exclude=.venv,.tox,dist,doc,openstack,*egg . [testenv:cover] -- cgit