Update package pytest of version 7.0.1

This commit is contained in:
renliang16 2022-07-12 08:56:18 +00:00
parent e09d688dcb
commit a3bade0e96
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
pytest-7.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: pytest Name: pytest
Version: 6.2.5 Version: 7.0.1
Release: 1 Release: 1
Summary: Simple powerful testing with Python Summary: Simple powerful testing with Python
License: MIT License: MIT
URL: https://pytest.org 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/3e/2c/a67ad48759051c7abf82ce182a4e6d766de371b183182d2dde03089e8dfb/pytest-7.0.1.tar.gz
%bcond_with tests %bcond_with tests
%bcond_with optional_tests %bcond_with optional_tests
@ -20,7 +20,7 @@ BuildRequires: python3-packaging
BuildRequires: python3-pluggy >= 0.12 BuildRequires: python3-pluggy >= 0.12
BuildRequires: python3-py >= 1.5.0 BuildRequires: python3-py >= 1.5.0
BuildRequires: python3-wcwidth BuildRequires: python3-wcwidth
Requires: python3-tomli
%if %{with tests} %if %{with tests}
BuildRequires: python3-hypothesis BuildRequires: python3-hypothesis
BuildRequires: python3-xmlschema BuildRequires: python3-xmlschema
@ -122,6 +122,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html %doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html
%changelog %changelog
* 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 * Mon Dec 13 2021 shixuantong <shixuantong@huawei.com> - 6.2.5-1
- update version to 6.2.5 - update version to 6.2.5