From 6aea05586210be88d7aa2fe646c5a451d755aa5e Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 18 Mar 2017 22:39:41 +0100 Subject: [PATCH] - 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} -- 2.43.0