From bb049ba649cccb155b63566dbcbca732c077c4dc5f35e27826a16613d6ccdc8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 17:15:52 +0000 Subject: [PATCH] - use pytest macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-server-fixtures?expand=0&rev=3 --- python-pytest-server-fixtures.changes | 5 +++++ python-pytest-server-fixtures.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pytest-server-fixtures.changes b/python-pytest-server-fixtures.changes index f68d26c..032c853 100644 --- a/python-pytest-server-fixtures.changes +++ b/python-pytest-server-fixtures.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 28 17:15:33 UTC 2019 - Ondřej Súkup + +- use pytest macro + ------------------------------------------------------------------- Tue Sep 10 08:09:04 UTC 2019 - John Vandenberg diff --git a/python-pytest-server-fixtures.spec b/python-pytest-server-fixtures.spec index eb20d67..460a396 100644 --- a/python-pytest-server-fixtures.spec +++ b/python-pytest-server-fixtures.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-server-fixtures # -# 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 @@ -113,7 +113,7 @@ export PATH=$HOME/bin:$PATH:%{_sbindir} export SERVER_FIXTURES_HTTPD_MODULES=%{_libdir}/apache2/ export SERVER_FIXTURES_HTTPD=httpd export SERVER_FIXTURES_REDIS=%{_sbindir}/redis-server -%python_exec setup.py test +%pytest %files %{python_files} %doc CHANGES.md README.md