!5 [sync] PR-4: Provide python-pytest-expect

From: @openeuler-sync-bot
Reviewed-by: @hanxinke
Signed-off-by: @hanxinke
This commit is contained in:
openeuler-ci-bot 2021-09-28 06:23:20 +00:00 committed by Gitee
commit 4d5a983de1

View File

@ -1,6 +1,6 @@
Name: python-pytest-expect Name: python-pytest-expect
Version: 1.1.0 Version: 1.1.0
Release: 3 Release: 4
Summary: Py.test plugin to store test expectations and mark tests based on them Summary: Py.test plugin to store test expectations and mark tests based on them
License: MIT License: MIT
URL: https://pypi.org/project/pytest-expect/ URL: https://pypi.org/project/pytest-expect/
@ -19,6 +19,7 @@ the tests.
%package -n python3-pytest-expect %package -n python3-pytest-expect
Summary: Python3 package Summary: Python3 package
%{?python_provide:%python_provide python3-pytest-expect}
%description -n python3-pytest-expect %description -n python3-pytest-expect
A py.test plugin that stores test expectations by saving the set of failing A py.test plugin that stores test expectations by saving the set of failing
@ -44,6 +45,9 @@ cp -p %{SOURCE1} .
%{python3_sitelib}/pytest_expect-%{version}-py?.?.egg-info %{python3_sitelib}/pytest_expect-%{version}-py?.?.egg-info
%changelog %changelog
* Mon Sep 27 2021 lingsheng <lingsheng@huawei.com> 1.1.0-4
- Provide python-pytest-expect
* Tue Feb 25 2020 chenli<chenli147@huawei.com> 1.1.0-3 * Tue Feb 25 2020 chenli<chenli147@huawei.com> 1.1.0-3
- Modify Spec - Modify Spec