]> git.pld-linux.org Git - packages/python-webcolors.git/commitdiff
- actually run tests
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Mar 2017 21:39:41 +0000 (22:39 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Mar 2017 21:39:41 +0000 (22:39 +0100)
python-webcolors.spec

index 780671fdb55ce4e95fe0700769913f0c9c57228c..aa8c7f6b433bbd4d1ec8cff71a3566b1e75bd80b 100644 (file)
@@ -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}
This page took 0.059166 seconds and 4 git commands to generate.