commit 6aea05586210be88d7aa2fe646c5a451d755aa5e
Author: Jakub Bogusz <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to