Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
1871aa7225
!32 Update package with version 7.4.4
From: @desert-sailor 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2024-03-05 08:10:25 +00:00
desert-sailor
eb3731e0cb Update package with version 7.4.4 2024-03-05 16:00:11 +08:00
openeuler-ci-bot
ff8511fd7e
!31 Modify the file to adapt to the new Python version
From: @zhuofeng6 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2023-07-20 01:35:06 +00:00
zhuofeng
78165136ed Modify the file to adapt to the new Python version 2023-07-19 15:47:56 +08:00
openeuler-ci-bot
c3f4dd63fd
!30 upgrade package pytest to version 7.3.2
From: @li-miaomiao_zhr 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2023-06-28 03:16:11 +00:00
li-miaomiao_zhr
1c9bff0f93 update package python-pytest to version 7.3.2 2023-06-21 15:55:23 +08:00
openeuler-ci-bot
84d4d50d02
!24 Update package pytest of version 7.0.1
From: @renliang16 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
2022-08-24 08:33:58 +00:00
renliang16
a3bade0e96 Update package pytest of version 7.0.1 2022-08-05 03:19:43 +00:00
openeuler-ci-bot
e09d688dcb
!22 【轻量级 PR】:fix bogus date in %changelog
From: @loong-C 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
2022-06-30 07:17:38 +00:00
loong-C
4a1dad5dab
fix bogus date in %changelog 2022-06-15 07:37:58 +00:00
3 changed files with 32 additions and 9 deletions

Binary file not shown.

BIN
pytest-7.4.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: pytest
Version: 6.2.5
Version: 7.4.4
Release: 1
Summary: Simple powerful testing with Python
License: MIT
URL: https://pytest.org
Source0: https://files.pythonhosted.org/packages/4b/24/7d1f2d2537de114bdf1e6875115113ca80091520948d370c964b88070af2/pytest-6.2.5.tar.gz
Source0: https://files.pythonhosted.org/packages/80/1f/9d8e98e4133ffb16c90f3b405c43e38d3abb715bb5d7a63a5a684f7e46a3/%{name}-%{version}.tar.gz
%bcond_with tests
%bcond_with optional_tests
@ -20,7 +20,10 @@ BuildRequires: python3-packaging
BuildRequires: python3-pluggy >= 0.12
BuildRequires: python3-py >= 1.5.0
BuildRequires: python3-wcwidth
BuildRequires: python3-docutils
BuildRequires: python3-pip
BuildRequires: python3-wheel
Requires: python3-tomli
%if %{with tests}
BuildRequires: python3-hypothesis
BuildRequires: python3-xmlschema
@ -45,6 +48,8 @@ BuildRequires: %{_bindir}/rst2html
BuildRequires: make
%endif
Requires: python3-exceptiongroup
BuildArch: noarch
%description
@ -69,7 +74,7 @@ Help documents for pytest.
%autosetup -p1
%build
%py3_build
%pyproject_build
%if %{with docs}
for f in README CHANGELOG CONTRIBUTING ; do
@ -78,7 +83,7 @@ done
%endif
%install
%py3_install
%pyproject_install
mv %{buildroot}%{_bindir}/pytest %{buildroot}%{_bindir}/pytest-%{python3_version}
ln -snf pytest-%{python3_version} %{buildroot}%{_bindir}/pytest-3
mv %{buildroot}%{_bindir}/py.test %{buildroot}%{_bindir}/py.test-%{python3_version}
@ -114,14 +119,34 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%{_bindir}/py.test
%{_bindir}/py.test-3
%{_bindir}/py.test-%{python3_version}
%{python3_sitelib}/pytest-*.egg-info/
%{python3_sitelib}/_pytest/
%{python3_sitelib}/pytest/
%{python3_sitelib}/__pycache__/*.pyc
%{python3_sitelib}/py.py
%{python3_sitelib}/pytest-*.dist-info/
%files help
%doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html
%changelog
* Tue Mar 5 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 7.4.4-1
- Update package with version 7.4.4
Fix non-string constants at the top of file being detected as docstrings on Python>=3.8.
Removed unhelpful error message from assertion rewrite mechanism
Updated documentation to refer to hyphenated options
Markers are now considered in the reverse mro order to ensure base class markers are considered first
Improved disclaimer on pytest plugin reference page to better indicate this is an automated
Added ExceptionInfo.from_exception() <pytest.ExceptionInfo.from_exception>
* Wed Jul 19 2023 zhuofeng <zhuofeng2@huawei.com> - 7.3.2-2
- Modify the file to adapt to the new Python version
* Fri Jun 9 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 7.3.2-1
- Upgrade package pytest to version 7.3.2
* Tue Jul 12 2022 renliang16 <renliang@uniontech.com> - 7.0.1-1
- Upgrade package pytest to version 7.0.1
* Mon Dec 13 2021 shixuantong <shixuantong@huawei.com> - 6.2.5-1
- update version to 6.2.5
@ -131,7 +156,7 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 6.2.2-1
- update to 6.2.2
* Fri Jan 9 2021 wutao <wutao61@huawei.com> - 5.4.3-1
* Mon Jan 11 2021 wutao <wutao61@huawei.com> - 5.4.3-1
- Update to 5.4.3
* Mon Nov 2 2020 wutao <wutao61@huawei.com> - 3.6.4-4
@ -139,5 +164,3 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
* Tue Dec 10 2019 mengxian <mengxian@huawei.com> - 3.6.4-2
- Package init