From a9957cd5935171dc79f81dc3b2a0de0183aaae41 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jan 29 2021 10:09:57 +0000 Subject: Revert "Temporarily disable tests on 32 bit ARM, to be able to ship a CVE fix" This reverts commit 832090ed32af2e62a5f1c8c5f53a149e42013267. --- diff --git a/python3.8.spec b/python3.8.spec index 63a181f..8130ae4 100644 --- a/python3.8.spec +++ b/python3.8.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)