Fix compiled error

This commit is contained in:
baizg1107 2021-09-24 14:26:37 +08:00 committed by lingsheng
parent b38fbc5931
commit ade124b0e7

View File

@ -1,6 +1,6 @@
Name: tldr Name: tldr
Version: 1.2.1 Version: 1.2.1
Release: 1 Release: 2
Summary: Simplified and community-driven man pages Summary: Simplified and community-driven man pages
License: MIT License: MIT
@ -40,7 +40,7 @@ rm -rf %{name}.egg-info
%py3_install %py3_install
%check %check
pytest -k "not test_error_message" %{__python3} -m pytest -k "not test_error_message"
%files %files
%license LICENSE.md %license LICENSE.md
@ -51,5 +51,8 @@ pytest -k "not test_error_message"
%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info
%changelog %changelog
* Fri Sep 24 2021 baizhonggui <baizhonggui@huawei.com> - 1.2.1-2
- Fix compiled error: pytest command not found.
* Thu Jun 24 2021 wulei <wulei80@huawei.com> - 1.2.1-1 * Thu Jun 24 2021 wulei <wulei80@huawei.com> - 1.2.1-1
- Initial package. - Initial package.