1
0

Accepting request 997423 from home:bnavigator:branches:devel:languages:python:pytest

- Fix test requirement of pytest-remotedata

OBS-URL: https://build.opensuse.org/request/show/997423
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=26
This commit is contained in:
2022-08-18 14:46:12 +00:00
committed by Git OBS Bridge
parent 5cdc22b6b6
commit 5f11f224e3
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 16 16:18:41 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Fix test requirement of pytest-remotedata
-------------------------------------------------------------------
Sun Mar 13 08:57:08 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@@ -49,7 +49,7 @@ BuildRequires: %{python_module numpy}
BuildRequires: %{python_module numpy-devel}
BuildRequires: %{python_module pip >= 19.3.1}
BuildRequires: %{python_module pytest-doctestplus = %{version}}
BuildRequires: %{python_module pytest-remotedata = 0.3.2}
BuildRequires: %{python_module pytest-remotedata >= 0.3.2}
%else
BuildArch: noarch
%endif