summaryrefslogtreecommitdiffstats
path: root/tools/test-requires
diff options
context:
space:
mode:
authorLuis Pabon <lpabon@redhat.com>2013-09-09 15:29:34 -0400
committerLuis Pabon <lpabon@redhat.com>2013-09-10 11:55:03 -0700
commit3609471ada59d1daca9b06b5b224a19908359973 (patch)
treec5fded905e6ed8a9184d62d1cff0c93e6a2514d5 /tools/test-requires
parente94cf06f870891177f45b64b32fa3b1050b26f1f (diff)
Tests should depend on PIP instead of Yum
Unit tests now use pip to install the desired version of pip. Functional tests have been changed to use pip instead of yum to install the desired version of pip. Change-Id: I4ccc743385fb4258549c115e575c8834fd4d0561 Signed-off-by: Luis Pabon <lpabon@redhat.com> Reviewed-on: http://review.gluster.org/5853 Reviewed-by: Peter Portante <pportant@redhat.com>
Diffstat (limited to 'tools/test-requires')
-rw-r--r--tools/test-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires
index e2941a0..0961694 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,8 +1,8 @@
# Install bounded pep8/pyflakes first, then let flake8 install
+swift==1.9.1
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
-
coverage
nose
nosexcover