15
0

Accepting request 895703 from home:pgajdos:python

setup.py test replacement

OBS-URL: https://build.opensuse.org/request/show/895703
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-olefile?expand=0&rev=15
This commit is contained in:
2021-05-27 10:00:39 +00:00
committed by Git OBS Bridge
parent a97f27f468
commit 35d5a70fd4
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-olefile
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -57,7 +57,7 @@ sed -i 's/\r$//' doc/License.rst
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%pyunittest discover -v
%files %{python_files}
%doc CONTRIBUTORS.txt README.md README.rst README.html