summaryrefslogtreecommitdiffstats
path: root/tools/test-requires
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2014-03-20 17:32:04 +0530
committerGerrit Code Review <review@dev.gluster.org>2014-03-26 08:23:37 -0700
commitf50cec44586e851c3d9e29dd59574696ae6f0c3a (patch)
treee385062ea53be9ad443e44531f8de9c67e12197d /tools/test-requires
parentdf17e0bc245ce3c7e58f384a3a2f6e02b999d50b (diff)
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 <ppai@redhat.com>
Diffstat (limited to 'tools/test-requires')
-rw-r--r--tools/test-requires5
1 files changed, 1 insertions, 4 deletions
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