From 98bf2c60270ea4199468dc0053ba3ef7af27a4b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 20 Nov 2023 16:55:40 +0100 Subject: [PATCH] Use the %pytest macro --- python-pluggy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pluggy.spec b/python-pluggy.spec index 0df408c..28d3ccb 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -45,7 +45,7 @@ Summary: %summary %if %{with tests} %check -PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing +%pytest %endif