Browse code

python-greenlet make check only support python2 for bug 1937030

Change-Id: Id86c8f2e1b247f3d5e75a6d80f450f1bdbf1c010
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3507
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Robert Qi <qij@vmware.com>

rongrongqiu authored on 2017/08/12 07:14:43
Showing 1 changed files
... ...
@@ -4,7 +4,7 @@
4 4
 Summary:        Lightweight in-process concurrent programming
5 5
 Name:           python-greenlet
6 6
 Version:        0.4.12
7
-Release:        2%{?dist}
7
+Release:        3%{?dist}
8 8
 License:        MIT
9 9
 Group:          Development/Languages/Python
10 10
 Vendor:         VMware, Inc.
... ...
@@ -50,7 +50,8 @@ python2 setup.py install --prefix=%{_prefix} --root=%{buildroot}
50 50
 
51 51
 %check
52 52
 python2 setup.py test
53
-python3 setup.py test
53
+#make check test code only support python2
54
+#python3 setup.py test
54 55
 
55 56
 %files
56 57
 %defattr(-,root,root,-)
... ...
@@ -63,6 +64,8 @@ python3 setup.py test
63 63
 /usr/include/python3.6m/greenlet/greenlet.h
64 64
 
65 65
 %changelog
66
+*   Fri Aug 11 2017 Rongrong Qiu <rqiu@vmware.com> 0.4.12-3
67
+-   make check only support python3 for bug 1937030
66 68
 *   Thu Apr 27 2017 Siju Maliakkal <smaliakkal@vmware.com> 0.4.12-2
67 69
 -   updated python version
68 70
 *   Thu Mar 02 2017 Xiaolin Li <xiaolinl@vmware.com> 0.4.12-1