From d1bf28e630a3b03e56030c61515392faa3a85d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 5 Jun 2025 11:40:47 +0200 Subject: [PATCH] Revert "Add perf to the testing BuildRequires" This reverts commit 2198fa7927a99f739600915e909b2dfa50919285. The test fails for 3.13.4. --- python3.13.spec | 5 ----- tests/tests.yml | 1 - 2 files changed, 6 deletions(-) diff --git a/python3.13.spec b/python3.13.spec index 53262a4..220f1e2 100644 --- a/python3.13.spec +++ b/python3.13.spec @@ -282,11 +282,6 @@ BuildRequires: gcc-c++ BuildRequires: gdb BuildRequires: glibc-all-langpacks BuildRequires: tzdata - -# Perf support is only available on x86_64 and aarch64 right now -%ifarch x86_64 aarch64 -BuildRequires: perf -%endif %endif %if %{with jit} diff --git a/tests/tests.yml b/tests/tests.yml index 32fbb39..8a4ba6b 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -65,4 +65,3 @@ - glibc-all-langpacks # for locale tests - marshalparser # for testing compatibility (magic numbers) with marshalparser - rpm # for debugging - - perf # for test_perf_profiler