At least check import the Python module when built --without tests

This commit is contained in:
Miro Hrončok 2023-06-06 18:55:35 +02:00
parent a22f20f730
commit ce957fce6e

View File

@ -46,8 +46,9 @@ sed -i "/flake8/d" dev-requirements.txt
%pyproject_save_files pyproject_hooks
%if %{with tests}
%check
%pyproject_check_import
%if %{with tests}
%pytest
%endif