From 809f0ba571d211de6dd359c9c2852af144466a64364b8768850fdaaeca6daa48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 12 Apr 2019 08:26:20 +0000 Subject: [PATCH] - Do not use pytest macro as this goes to leap and the macros update is not yet processed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-localzone?expand=0&rev=8 --- python-localzone.changes | 6 ++++++ python-localzone.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-localzone.changes b/python-localzone.changes index 9b3cb2b..b98dd16 100644 --- a/python-localzone.changes +++ b/python-localzone.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 12 08:25:55 UTC 2019 - Tomáš Chvátal + +- Do not use pytest macro as this goes to leap and the macros + update is not yet processed + ------------------------------------------------------------------- Mon Mar 18 10:44:32 UTC 2019 - Tomáš Chvátal diff --git a/python-localzone.spec b/python-localzone.spec index 1fb6eaa..7b77ee0 100644 --- a/python-localzone.spec +++ b/python-localzone.spec @@ -48,7 +48,7 @@ A simple library for managing DNS zones. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v %files %{python_files} %doc README.rst