Use the %pytest macro

This commit is contained in:
Miro Hrončok 2023-11-20 16:55:40 +01:00
parent 7501f575b4
commit 98bf2c6027

View File

@ -45,7 +45,7 @@ Summary: %summary
%if %{with tests}
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing
%pytest
%endif