https://bugzilla.redhat.com/show_bug.cgi?id=1223843



--- Comment #9 from Petr Viktorin <[email protected]> ---
Version 4.2 was released upstream, fixing the testsuite issue, so you can add a
%check section. I don't see running tests documented upstream but it should
work like this:


%check
%{__python2} -m pytest

%if 0%{?with_python3}
pushd %{py3dir}
%{__python3} -m pytest
popd
%endif



(Plus add all Requires also as BuildRequires to make the tests run.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to