From e393810428abd92f067fb31722c9e7171efcd41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Jun 2023 10:41:12 +0200 Subject: [PATCH] Run %pyproject_check_import (even --without tests) --- python-attrs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-attrs.spec b/python-attrs.spec index c592510..a0d58d7 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -48,8 +48,9 @@ object protocols. %pyproject_install %pyproject_save_files attr attrs -%if %{with tests} %check +%pyproject_check_import +%if %{with tests} %pytest %endif