From cbdffcabcb5b355294fa8cee035c73b26a401487 Mon Sep 17 00:00:00 2001 From: markeryang Date: Sat, 27 May 2023 10:46:00 +0000 Subject: [PATCH] enable check (cherry picked from commit 6e0d5fe5438badd261aafe03a63c7929531db82d) --- pyparsing.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyparsing.spec b/pyparsing.spec index c185f84..425b6bb 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -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 - 2.4.7-3 +- enable check + * Sat Sep 5 2020 shixuantong - 2.4.7-2 - Type: bugfix - ID: NA -- Gitee