From 64000497af10d72feb11d50fce124ab7bca7efdf Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Wed, 18 Jun 2025 17:25:37 +0200 Subject: [PATCH] Revert "Add perf to the testing BuildRequires" This reverts commit 1e24d38cd9daa66a350f96c7955008e36928c660. --- python3.14.spec | 5 ----- tests/tests.yml | 1 - 2 files changed, 6 deletions(-) diff --git a/python3.14.spec b/python3.14.spec index 423095b..c894436 100644 --- a/python3.14.spec +++ b/python3.14.spec @@ -280,11 +280,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 6225911..197a796 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -68,4 +68,3 @@ - glibc-all-langpacks # for locale tests - marshalparser # for testing compatibility (magic numbers) with marshalparser - rpm # for debugging - - perf # for test_perf_profiler