Accepting request 872268 from devel:languages:python:pytest

OBS-URL: https://build.opensuse.org/request/show/872268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2021-02-16 21:34:20 +00:00 committed by Git OBS Bridge
commit b5f5724e44
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66e419b1899bc27346cb2c993e12c5e5e8daba9073c1fbce33b9807abc95c306
size 1102958

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d1edf9e7d0b84d72ea3dbcdfd22b35fb543a5e8f2a60092dd578936bf63d7f9
size 1116980

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Feb 14 20:30:36 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Don't require python36-numpy for testing, because Tumbleweed
cannot provide python36-numpy any longer: NumPy 1.20 dropped
Python 3.6 support. The tests are skipped automatically.
-------------------------------------------------------------------
Thu Feb 11 14:07:38 UTC 2021 - Michael Ströder <michael@stroeder.com>
- Update to 6.2.2
* #8152: Fixed "(<Skipped instance>)" being shown as a skip reason in the
verbose test summary line when the reason is empty.
* #8249: Fix the faulthandler plugin for occasions when running with
twisted.logger and using pytest --capture=no.
-------------------------------------------------------------------
Tue Jan 5 14:50:41 UTC 2021 - Markéta Machová <mmachova@suse.com>

View File

@ -27,7 +27,7 @@
%endif
%define skip_python2 1
Name: python-pytest%{psuffix}
Version: 6.2.1
Version: 6.2.2
Release: 0
Summary: Simple powerful testing with Python
License: MIT
@ -59,7 +59,7 @@ 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}
BuildRequires: %{python_module numpy if (%python-base without python36-base)}
BuildRequires: %{python_module pexpect}
BuildRequires: %{python_module pygments-pytest}
BuildRequires: %{python_module pytest >= %{version}}