14
0

- Use %pyunittest macro instead of the homebrewn solution.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpd2?expand=0&rev=6
This commit is contained in:
2021-10-19 17:18:25 +00:00
committed by Git OBS Bridge
parent f85f065bb9
commit 7dc1e816f1
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 19 17:17:54 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Use %pyunittest macro instead of the homebrewn solution.
-------------------------------------------------------------------
Tue Oct 19 16:32:13 UTC 2021 - Mia Herkt <mia@0x0.st>

View File

@@ -54,7 +54,7 @@ backward compatibles with the original python-mpd package.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand PYTHON_SITEPATH=%{buildroot}%{$python_sitelib} $python -m unittest mpd.tests
%pyunittest -v mpd.tests
%files %{python_files}
%license LICENSE.txt