From 6498ffd82f83d3eeee924d146bb414aab390a8edd03b599bce9bc3a65c65296a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 16 Jul 2018 21:10:26 +0000 Subject: [PATCH] Add -v to running tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beautifulsoup4?expand=0&rev=57 --- python-beautifulsoup4.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 7289e98..e62315d 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -95,7 +95,7 @@ pushd doc && make html && rm build/html/.buildinfo build/html/objects.inv && po export LANG=en_US.UTF-8 %{python_expand export PYTHONPATH="%{buildroot}%{$python_sitelib}" pushd $PYTHONPATH - $python %{_bindir}/nosetests-%{$python_version} + $python %{_bindir}/nosetests-%{$python_version} -v popd }