!37 [sync] PR-34: enable check

Merge pull request !37 from openeuler-sync-bot/sync-pr34-openEuler-20.03-LTS-SP1-to-openEuler-20.03-LTS-SP3
This commit is contained in:
openeuler-ci-bot 2022-01-20 08:18:27 +00:00 committed by Gitee
commit 17aed4af77
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -7,7 +7,7 @@ The latest release works with all CPython versions from 2.7 to 3.7.
Name: python-%{modname}
Version: 4.5.2
Release: 4
Release: 5
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
License: BSD
URL: http://lxml.de
@ -52,8 +52,7 @@ export WITH_CYTHON=true
%py3_install
%check
%{__python2} setup.py test
%{__python3} setup.py test
make test3
%files -n python2-%{modname}
%license doc/licenses/ZopePublicLicense.txt LICENSES.txt
@ -69,6 +68,9 @@ export WITH_CYTHON=true
%doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
%changelog
* Wed Jan 19 2022 shixuantong <shixuantong@huawei.com> - 4.5.2-5
- enable check
* Wed Dec 22 2021 shixuantong <shixuantong@huawei.com> - 4.5.2-4
- fix CVE-2021-43818