14
0

Accepting request 862891 from home:pgajdos:python

- use %pytest macro

OBS-URL: https://build.opensuse.org/request/show/862891
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testresources?expand=0&rev=21
This commit is contained in:
2021-01-13 13:22:44 +00:00
committed by Git OBS Bridge
parent 566e210f4b
commit b9daf82f1f
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 13 13:12:54 UTC 2021 - pgajdos@suse.com
- use %pytest macro
-------------------------------------------------------------------
Mon Oct 14 14:45:15 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-testresources
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@ Source: https://files.pythonhosted.org/packages/source/t/testresources/t
Patch0: testresources-flaky-tests.patch
BuildRequires: %{python_module fixtures}
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module testtools}
BuildRequires: fdupes
@@ -51,7 +52,7 @@ of resources by test cases.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%pytest
%files %{python_files}
%license BSD Apache-2.0 COPYING