Accepting request 759800 from devel:languages:python:pytest

- use pytest macro

OBS-URL: https://build.opensuse.org/request/show/759800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-listener?expand=0&rev=2
This commit is contained in:
2019-12-29 14:49:39 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Dec 28 17:17:37 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- use pytest macro
-------------------------------------------------------------------
Wed Sep 18 12:04:27 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-listener
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -52,7 +52,7 @@ A simple network listener for py.test.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%pytest
%files %{python_files}
%doc CHANGES.md README.md