[packages/python-webcolors] - actually run tests

qboosh qboosh at pld-linux.org
Sat Mar 18 22:37:25 CET 2017


commit 6aea05586210be88d7aa2fe646c5a451d755aa5e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 18 22:39:41 2017 +0100

    - actually run tests

 python-webcolors.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-webcolors.spec b/python-webcolors.spec
index 780671f..aa8c7f6 100644
--- a/python-webcolors.spec
+++ b/python-webcolors.spec
@@ -109,13 +109,13 @@ Dokumentacja do modułu Pythona webcolors.
 %if %{with python2}
 %py_build
 
-%{__python} -m unittest tests
+%{__python} -m unittest discover -s tests
 %endif
 
 %if %{with python3}
 %py3_build
 
-%{__python3} -m unittest tests
+%{__python3} -m unittest discover -s tests
 %endif
 
 %if %{with doc}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-webcolors.git/commitdiff/6aea05586210be88d7aa2fe646c5a451d755aa5e



More information about the pld-cvs-commit mailing list