From 57da2863d07970508814879b43f99e276a7de8ac73b7b7981a6ea271ccbfb4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 18 Mar 2019 10:39:17 +0000 Subject: [PATCH] - Enable verbosity of tests to see what is validated OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=11 --- python-curtsies.changes | 5 +++++ python-curtsies.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-curtsies.changes b/python-curtsies.changes index 78bbc58..42ca197 100644 --- a/python-curtsies.changes +++ b/python-curtsies.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 18 10:39:00 UTC 2019 - Tomáš Chvátal + +- Enable verbosity of tests to see what is validated + ------------------------------------------------------------------- Wed Jul 18 11:43:50 UTC 2018 - tchvatal@suse.com diff --git a/python-curtsies.spec b/python-curtsies.spec index f6e06da..3b17856 100644 --- a/python-curtsies.spec +++ b/python-curtsies.spec @@ -1,7 +1,7 @@ # # spec file for package python-curtsies # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -68,7 +68,7 @@ arrays of text. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand nosetests-%{$python_bin_suffix} +%python_expand nosetests-%{$python_bin_suffix} -v %files %{python_files} %license LICENSE