Don't try to smart find packages that aren't there.

We help out by looking for the obvious stuff. But sometimee, like in
git-review, we don't have a package at all.

Change-Id: Ic575c0008c69ffaba43a637b460899dd848d3fd5
Reviewed-on: https://review.openstack.org/26289
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor 2013-04-05 21:33:04 -04:00 committed by Jenkins
parent d636466540
commit 15c7db4218

View File

@ -30,5 +30,5 @@ commands =
commands = {posargs}
[flake8]
exclude = .venv,.tox,dist,doc,*.egg
exclude = .venv,.tox,dist,doc,*.egg,build
show-source = true