Accepting request 920178 from devel:languages:python:pytest

- update to 6.2.5
 * Python 3.10 is now supported.
 *  Enable compatibility with pluggy 1.0 or later.

OBS-URL: https://build.opensuse.org/request/show/920178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=66
This commit is contained in:
Dominique Leuenberger 2021-09-21 19:12:20 +00:00 committed by Git OBS Bridge
commit ea1d1b7efb
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b
size 1118084

3
pytest-6.2.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89
size 1118720

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 14 09:22:10 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 6.2.5
* Python 3.10 is now supported.
* Enable compatibility with pluggy 1.0 or later.
-------------------------------------------------------------------
Fri May 14 10:04:36 UTC 2021 - Markéta Machová <mmachova@suse.com>

View File

@ -1,5 +1,5 @@
#
# spec file for package python-pytest%{psuffix}
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@ -27,7 +27,7 @@
%endif
%define skip_python2 1
Name: python-pytest%{psuffix}
Version: 6.2.4
Version: 6.2.5
Release: 0
Summary: Simple powerful testing with Python
License: MIT
@ -59,7 +59,6 @@ BuildRequires: %{python_module hypothesis >= 3.56}
# nose is really not REQUIRED, the test suite skips over particular
# tests, when the package is not available.
# BuildRequires: %%{python_module nose}
BuildRequires: %{python_module numpy if (%python-base without python36-base)}
BuildRequires: %{python_module pexpect}
BuildRequires: %{python_module pygments-pytest}
BuildRequires: %{python_module pytest >= %{version}}
@ -67,6 +66,7 @@ BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module xmlschema}
BuildRequires: lsof
BuildRequires: %{python_module numpy if (%python-base without python36-base)}
%endif
%if %{?python_version_nodots} < 36
Requires: python-pathlib2 >= 2.2.0