!2 Start self-test of python-pytest-datadir package
From: @li-miaomiao_zhr Reviewed-by: @desert-sailor Signed-off-by: @desert-sailor
This commit is contained in:
commit
526bd19c93
@ -7,7 +7,7 @@ directories and files.}
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.4.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Pytest plugin for test data directories and files
|
||||
License: MIT
|
||||
URL: https://github.com/gabrielcnr/pytest-datadir
|
||||
@ -20,6 +20,9 @@ BuildRequires: python3-wheel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-setuptools_scm
|
||||
|
||||
# for test
|
||||
BuildRequires: python3-pytest
|
||||
|
||||
%description %_description
|
||||
|
||||
%package -n python3-%{pypi_name}
|
||||
@ -37,6 +40,9 @@ Summary: Pytest plugin for test data directories and files
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
@ -44,5 +50,8 @@ Summary: Pytest plugin for test data directories and files
|
||||
%{python3_sitelib}/pytest_datadir-*.egg-info/
|
||||
|
||||
%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
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user