forked from pool/python-fire
- Simplify the tests call
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fire?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
c597f95246
commit
bf815010cc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user