From 753d4e0b61fcfae0706cf46bb18ca02b24a81b2c91f07d746de1c661a0e9801a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 23 Oct 2024 17:12:11 +0000 Subject: [PATCH] - Make running the test suite verbose. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extract-msg?expand=0&rev=6 --- python-extract-msg.changes | 5 +++++ python-extract-msg.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-extract-msg.changes b/python-extract-msg.changes index a9f3ba5..289c30a 100644 --- a/python-extract-msg.changes +++ b/python-extract-msg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 23 17:11:20 UTC 2024 - Matej Cepl + +- Make running the test suite verbose. + ------------------------------------------------------------------- Wed Oct 23 11:50:05 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-extract-msg.spec b/python-extract-msg.spec index a7c0ac8..7f043f8 100644 --- a/python-extract-msg.spec +++ b/python-extract-msg.spec @@ -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