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