Petr Lautrbach 2024-08-15 11:43:12 +02:00 committed by Vit Mojzis
parent d4b255ace0
commit 076a9d2847

View File

@ -101,7 +101,8 @@ Python modules designed to facilitate SELinux policy analysis.
%check
%if %{?_with_check:1}%{!?_with_check:0}
%{__python3} setup.py test
# dnf install python3-pytest python3-pytest-qt
%pytest
%endif