From 98bf2c60270ea4199468dc0053ba3ef7af27a4b3 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Nov 20 2023 15:55:40 +0000 Subject: Use the %pytest macro --- 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