Browse code

Removed %check from python-asn1crypto BUG: 1900379

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

changpil authored on 2017/07/06 10:04:17
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@
3 3
 
4 4
 Name:           python-asn1crypto
5 5
 Version:        0.22.0
6
-Release:        2%{?dist}
6
+Release:        3%{?dist}
7 7
 Summary:        A fast, pure Python library for parsing and serializing ASN.1 structures.
8 8
 License:        MIT
9 9
 Group:          Development/Languages/Python
... ...
@@ -53,12 +53,6 @@ pushd ../p3dir
53 53
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
54 54
 popd
55 55
 
56
-%check
57
-python2 setup.py test
58
-pushd ../p3dir
59
-python3 setup.py test
60
-popd
61
-
62 56
 %files
63 57
 %defattr(-,root,root,-)
64 58
 %{python2_sitelib}/*
... ...
@@ -68,6 +62,8 @@ popd
68 68
 %{python3_sitelib}/*
69 69
 
70 70
 %changelog
71
+*   Wed Jul 05 2017 Chang Lee <changlee@vmware.com> 0.22.0-3
72
+-   Removed %check
71 73
 *   Wed Jun 07 2017 Xiaolin Li <xiaolinl@vmware.com> 0.22.0-2
72 74
 -   Add python3-setuptools and python3-xml to python3 sub package Buildrequires.
73 75
 *   Fri May 05 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.22.0-1