From: Steven Dake Date: Fri, 1 Mar 2013 00:02:11 +0000 (-0700) Subject: Add pyflakes to test-requires X-Git-Tag: 2014.1~825 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=78e975eaf142aca97a3976830e85ce1ed519528a;p=openstack-build%2Fheat-build.git Add pyflakes to test-requires pyflakes needs to be installed in the venv Change-Id: Ie7aada13da4e191108363c80daf719212d06d316 Fixes: Bug #1131275 --- diff --git a/tools/test-requires b/tools/test-requires index 31d534f4..1d1eb0c4 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -8,6 +8,7 @@ nosexcover openstack.nose_plugin>=0.7 paramiko pep8==1.3.4 +pyflakes python-glanceclient sphinx>=1.1.2 Babel