From ca1a2cefd804cd75ae0cd5f844f1f9c824fdd7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 29 Jan 2021 11:08:34 +0100 Subject: [PATCH] Revert "Temporarily disable tests on 32 bit ARM, to be able to ship a CVE fix" This reverts commit ca1a6065650b51cd14d2341fd3a65bb6ed01c28d. --- python3.9.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python3.9.spec b/python3.9.spec index 5b8596a..efe7705 100644 --- a/python3.9.spec +++ b/python3.9.spec @@ -72,14 +72,8 @@ License: Python # https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup %bcond_without no_semantic_interposition -%ifnarch %{arm} # Run the test suite in %%check %bcond_without tests -%else -# Builds with tests cause kojid OOM kill on 32 bit ARM builders -# https://pagure.io/fedora-infrastructure/issue/9591 -%bcond_with tests -%endif # Extra build for debugging the interpreter or C-API extensions # (the -debug subpackages)