From 8ce370467a951cf11d15e3de87845fc962079b45 Mon Sep 17 00:00:00 2001 From: li-miaomiao_zhr Date: Wed, 13 Sep 2023 12:15:20 +0800 Subject: [PATCH] start self-test of software package --- python-jaraco-test.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/python-jaraco-test.spec b/python-jaraco-test.spec index 63b5978..af0d83b 100644 --- a/python-jaraco-test.spec +++ b/python-jaraco-test.spec @@ -1,6 +1,6 @@ Name: python-jaraco.test Version: 5.3.0 -Release: 1 +Release: 2 Summary: Testing support by jaraco License: MIT @@ -8,7 +8,6 @@ URL: https://codeload.github.com/shopkeep/jaraco.test Source0: https://codeload.github.com/shopkeep/jaraco.test/archive/%{version}.tar.gz#/jaraco.test-%{version}.tar.gz BuildArch: noarch - %description %{summary}. @@ -23,6 +22,11 @@ BuildRequires: python3-setuptools_scm BuildRequires: python3-pip BuildRequires: python3-wheel +# for test +BuildRequires: python3-pytest +BuildRequires: python3-jaraco-functools +BuildRequires: python3-jaraco-context + %description -n python3-jaraco.test %{summary}. @@ -35,6 +39,9 @@ BuildRequires: python3-wheel %install %pyproject_install +%check +%pytest + %files -n python3-jaraco.test %license LICENSE %doc README.rst @@ -43,5 +50,8 @@ BuildRequires: python3-wheel %{python3_sitelib}/jaraco/test/ %changelog +* Wed Sep 13 2023 li-miaomiao_zhr - 5.3.0-2 +- Start self-test of software package + * Thu Jul 27 2023 mengzhaoa - 5.3.0-1 - Init package python-jaraco.test of version 5.3.0 -- Gitee