From 78e975eaf142aca97a3976830e85ce1ed519528a Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Thu, 28 Feb 2013 17:02:11 -0700 Subject: [PATCH] Add pyflakes to test-requires pyflakes needs to be installed in the venv Change-Id: Ie7aada13da4e191108363c80daf719212d06d316 Fixes: Bug #1131275 --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-requires b/tools/test-requires index 31d534f457..1d1eb0c4b1 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