Run pytest with -v

[skip changelog]
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-02-23 14:50:36 +01:00
parent 7f0832b7d3
commit 5f50ea22b6

View File

@ -126,7 +126,7 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/
%endif
%check
%pytest \
%pytest -v \
%if %{with xdist}
--numprocesses=auto
%endif