Browse code

Fixed make check errors for python-pip

Change-Id: Ic19454aaf6dce04db952857c1a62ae115e8697d8
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3582
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Rongrong Qiu <rqiu@vmware.com>

changpil authored on 2017/08/19 07:19:21
Showing 1 changed files
... ...
@@ -45,13 +45,7 @@ python2 setup.py install --prefix=%{_prefix} --root=%{buildroot}
45 45
 
46 46
 %check
47 47
 easy_install_2=$(ls /usr/bin |grep easy_install |grep 2)
48
-easy_install_2 freezegun
49
-easy_install_2 mock
50
-easy_install_2 pretend
51
-easy_install_2 virtualenv
52
-easy_install_2 scripttest
53
-easy_install_2 pytest
54
-easy_install_2 pytest-capturelog
48
+$easy_install_2 freezegun mock pretend virtualenv scripttest pytest pytest-capturelog
55 49
 
56 50
 #Disabled svn, bazaar, git related tests
57 51
 #Disabled non_local_distutils test