Run %pyproject_check_import (even --without tests)

This commit is contained in:
Miro Hrončok 2023-06-15 10:41:12 +02:00
parent 31a7d1f463
commit e393810428

View File

@ -48,8 +48,9 @@ object protocols.
%pyproject_install
%pyproject_save_files attr attrs
%if %{with tests}
%check
%pyproject_check_import
%if %{with tests}
%pytest
%endif