Switch to %pytest

This commit is contained in:
Miro Hrončok 2020-10-02 11:49:19 +02:00
parent 523520afa2
commit 0bd61604bb

View File

@ -90,7 +90,7 @@ rm -rf html/_static/fonts/
%if %{with tests}
%check
%{__python3} -m pytest tests/
%pytest
%endif
%files -n python%{python3_pkgversion}-%{pypi_name}