From a166bf8f25faa8614f48a03c6e24a25e79e473398829772cc0bf67d279a0605c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 12 Aug 2024 14:30:53 +0000 Subject: [PATCH] - Make testing more verbose OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli?expand=0&rev=14 --- python-tomli.changes | 5 +++++ python-tomli.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-tomli.changes b/python-tomli.changes index f7a1fa1..55cb086 100644 --- a/python-tomli.changes +++ b/python-tomli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 12 14:30:46 UTC 2024 - Matej Cepl + +- Make testing more verbose + ------------------------------------------------------------------- Mon Jul 8 18:10:16 UTC 2024 - Dirk Müller diff --git a/python-tomli.spec b/python-tomli.spec index 518d06d..8bfa486 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -49,7 +49,7 @@ export PYTHONPATH=$PWD/src %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pyunittest +%pyunittest -v %files %{python_files} %license LICENSE