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