From bf815010cc3b698c60d158149ea9e583ccb9a818c0e966bb820f6d955970e6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 2 Jan 2019 12:50:38 +0000 Subject: [PATCH] - Simplify the tests call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fire?expand=0&rev=3 --- python-fire.changes | 5 +++++ python-fire.spec | 7 ++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/python-fire.changes b/python-fire.changes index 0fbdf10..91fc699 100644 --- a/python-fire.changes +++ b/python-fire.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 2 12:50:28 UTC 2019 - Tomáš Chvátal + +- Simplify the tests call + ------------------------------------------------------------------- Thu Nov 15 16:48:24 UTC 2018 - Todd R diff --git a/python-fire.spec b/python-fire.spec index 3b2c9ff..f1dbae5 100644 --- a/python-fire.spec +++ b/python-fire.spec @@ -1,7 +1,7 @@ # # spec file for package python-fire # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -54,10 +54,7 @@ interfaces (CLIs) from a Python object. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -rm -rf build _build.* -%{python_expand rm -rf build _build.* -pytest-%{$python_bin_suffix} -} +%python_expand pytest-%{$python_bin_suffix} fire/ %files %{python_files} %license LICENSE