]> git.pld-linux.org Git - packages/python-webcolors.git/blobdiff - python-webcolors.spec
- actually run tests
[packages/python-webcolors.git] / 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.062189 seconds and 4 git commands to generate.