start self-test of software package
This commit is contained in:
parent
06c0a4af49
commit
7f53b9516f
@ -7,7 +7,7 @@ directories and files.}
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.4.1
|
Version: 1.4.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Pytest plugin for test data directories and files
|
Summary: Pytest plugin for test data directories and files
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/gabrielcnr/pytest-datadir
|
URL: https://github.com/gabrielcnr/pytest-datadir
|
||||||
@ -20,6 +20,9 @@ BuildRequires: python3-wheel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-setuptools_scm
|
BuildRequires: python3-setuptools_scm
|
||||||
|
|
||||||
|
# for test
|
||||||
|
BuildRequires: python3-pytest
|
||||||
|
|
||||||
%description %_description
|
%description %_description
|
||||||
|
|
||||||
%package -n python3-%{pypi_name}
|
%package -n python3-%{pypi_name}
|
||||||
@ -37,6 +40,9 @@ Summary: Pytest plugin for test data directories and files
|
|||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%pytest
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
@ -44,5 +50,8 @@ Summary: Pytest plugin for test data directories and files
|
|||||||
%{python3_sitelib}/pytest_datadir-*.egg-info/
|
%{python3_sitelib}/pytest_datadir-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 31 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 1.4.1-2
|
||||||
|
- Start self-test of software package
|
||||||
|
|
||||||
* Fri Aug 18 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 1.4.1-1
|
* Fri Aug 18 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 1.4.1-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user