!26 [sync] PR-22: enable check

From: @openeuler-sync-bot 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot 2023-05-29 02:27:38 +00:00 committed by Gitee
commit 511f33b771
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: pyparsing
Version: 2.4.7
Release: 2
Release: 3
Summary: A Python Parsing Module
License: MIT
URL: https://github.com/pyparsing/pyparsing/
@ -57,6 +57,10 @@ dos2unix -k CHANGES LICENSE
%py2_install_wheel pyparsing-%{version}-py2.py3-none-any.whl
%py3_install_wheel pyparsing-%{version}-py2.py3-none-any.whl
%check
%{__python2} simple_unit_tests.py
%{__python3} simple_unit_tests.py
%pre
%preun
@ -83,6 +87,9 @@ dos2unix -k CHANGES LICENSE
%doc CHANGES README.rst docs examples
%changelog
* Sat May 27 2023 yanglongkang <yanglongkang@h-partners.com> - 2.4.7-3
- enable check
* Sat Sep 5 2020 shixuantong <shixuantong@huawei.com> - 2.4.7-2
- Type: bugfix
- ID: NA