From 3609471ada59d1daca9b06b5b224a19908359973 Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Mon, 9 Sep 2013 15:29:34 -0400 Subject: 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 Reviewed-on: http://review.gluster.org/5853 Reviewed-by: Peter Portante --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/test-requires') 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 -- cgit