From f50cec44586e851c3d9e29dd59574696ae6f0c3a Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Thu, 20 Mar 2014 17:32:04 +0530 Subject: Fix minor typo in unit test * Changed package to be covered from gluster to glusterfs. * Also, added script to run unit tests without tox. * Updated setup.py to be more specific. Change-Id: I148f522153b75f066753a807719e38699d48b1fd Signed-off-by: Prashanth Pai --- tools/test-requires | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tools/test-requires') diff --git a/tools/test-requires b/tools/test-requires index 2e47f19..7031033 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,7 +1,4 @@ -# Install bounded pep8/pyflakes first, then let flake8 install -pep8==1.4.5 -pyflakes==0.7.2 -flake8==2.0 +# Hacking already pins down pep8, pyflakes and flake8 hacking>=0.5.6,<0.6 coverage nose -- cgit