From 0b7cf422d26cd985011a9107baaedcf466043f99 Mon Sep 17 00:00:00 2001 From: Jonny Heggheim Date: Fri, 25 Nov 2022 11:56:02 +0100 Subject: [PATCH] Revert "Add bcond to disable tests" This reverts commit b26bbf1213425dc60ce0cf9bd84e879e10d12706. The tests does not run by default... *sigh* --- python-typing-extensions.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/python-typing-extensions.spec b/python-typing-extensions.spec index 5afa5e1..92f4843 100644 --- a/python-typing-extensions.spec +++ b/python-typing-extensions.spec @@ -1,6 +1,3 @@ -# when building packages with new Python we need to build typing-extension without tests before pytest is available -%bcond tests 1 - Name: python-typing-extensions Version: 4.4.0 Release: 1%{?dist} @@ -17,9 +14,7 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-test -%if %{without tests} BuildRequires: python3-pytest -%endif %global _description %{expand: @@ -74,10 +69,8 @@ cp -v %{SOURCE1} src/ %pyproject_save_files typing_extensions -%if %{without tests} %check %pytest -%endif %files -n python3-typing-extensions -f %{pyproject_files} %license LICENSE