From ddd7634a3127dfd154254b95c77034457577cd1f22904f4b6e946090c675ec42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 17:17:53 +0000 Subject: [PATCH] - use pytest macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-listener?expand=0&rev=3 --- python-pytest-listener.changes | 5 +++++ python-pytest-listener.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pytest-listener.changes b/python-pytest-listener.changes index 3bdb7e9..e908d88 100644 --- a/python-pytest-listener.changes +++ b/python-pytest-listener.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 28 17:17:37 UTC 2019 - Ondřej Súkup + +- use pytest macro + ------------------------------------------------------------------- Wed Sep 18 12:04:27 UTC 2019 - John Vandenberg diff --git a/python-pytest-listener.spec b/python-pytest-listener.spec index 4126dcd..8e65148 100644 --- a/python-pytest-listener.spec +++ b/python-pytest-listener.spec @@ -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