diff --git a/python-perky.changes b/python-perky.changes index 263f316..da7a6ba 100644 --- a/python-perky.changes +++ b/python-perky.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 18 19:28:02 UTC 2022 - Matej Cepl + +- Makes tests more verbose. + ------------------------------------------------------------------- Mon Apr 25 20:01:02 UTC 2022 - Sebastian Wagner diff --git a/python-perky.spec b/python-perky.spec index 1b059bf..8126b9b 100644 --- a/python-perky.spec +++ b/python-perky.spec @@ -31,7 +31,8 @@ BuildArch: noarch %python_subpackages %description -An "rcfile" text file format for Python programs solving the same problem as "INI" files, "TOML" files, and "JSON" files. +An "rcfile" text file format for Python programs solving the same +problem as "INI" files, "TOML" files, and "JSON" files. %prep %setup -q -n perky-%{version} @@ -46,7 +47,7 @@ sed -i '1{/\/usr\/bin\/env python*/d;}' perky/utility.py perky/__init__.py %check # tests need to be executed directly, otherwise (pytest, unittest discover) they fail -%python_exec tests/test_perky.py +%python_exec tests/test_perky.py -v %files %{python_files} %doc README.md