Provide python-pytest-expect

(cherry picked from commit 90a965efcd883999ec2a5a45fb73ea8520edee28)
This commit is contained in:
lingsheng 2021-09-27 15:18:24 +08:00 committed by openeuler-sync-bot
parent c8d12bd183
commit b2bc1e8669

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