diff --git a/python-transaction.changes b/python-transaction.changes index 4d48dfe..8648e87 100644 --- a/python-transaction.changes +++ b/python-transaction.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 4 10:44:06 UTC 2020 - Tomáš Chvátal + +- Do not be quiet on test run + ------------------------------------------------------------------- Wed Mar 11 10:23:03 UTC 2020 - pgajdos@suse.com diff --git a/python-transaction.spec b/python-transaction.spec index 7ca12f9..b9f2cd8 100644 --- a/python-transaction.spec +++ b/python-transaction.spec @@ -57,7 +57,7 @@ rm -rf transaction.egg-info %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py -q test +%python_exec setup.py test %files %{python_files} %license LICENSE.txt