From 5f50ea22b6777c4720ecf698dc7d0a52f74a5f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 23 Feb 2023 14:50:36 +0100 Subject: [PATCH] Run pytest with -v [skip changelog] --- python-rpmautospec.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-rpmautospec.spec b/python-rpmautospec.spec index fdcf03a..09dce97 100644 --- a/python-rpmautospec.spec +++ b/python-rpmautospec.spec @@ -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