- Make running the test suite verbose.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extract-msg?expand=0&rev=6
This commit is contained in:
2024-10-23 17:12:11 +00:00
committed by Git OBS Bridge
parent f9c4625323
commit 753d4e0b61
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 23 17:11:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Make running the test suite verbose.
-------------------------------------------------------------------
Wed Oct 23 11:50:05 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -67,7 +67,7 @@ sed -i '/\#\!\/usr\/bin\/env python3/d' extract_msg/__init__.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pyunittest tests.py
%pyunittest -v tests.py
%post
%python_install_alternative extract_msg