From bde278d98e56d7e78fb891d17638faeaa53ad9fa Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 14 Oct 2023 09:22:40 +0300 Subject: [PATCH] Disable test_peg_generator test on riscv64 Signed-off-by: David Abdurachmanov --- python3.12.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python3.12.spec b/python3.12.spec index 41bab5a..80f44db 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 2.0.riscv64%{?dist} +Release: 2.1.riscv64%{?dist} License: Python-2.0.1 @@ -1163,6 +1163,7 @@ CheckPython() { -i test_check_probes \ %ifarch riscv64 -x test_eintr \ + -x test_peg_generator \ %endif %ifarch %{mips64} -x test_ctypes \ @@ -1674,6 +1675,9 @@ CheckPython optimized # ====================================================== %changelog +* Sat Oct 14 2023 David Abdurachmanov - 3.12.0-2.1.riscv64 +- Disable test_peg_generator test on riscv64. + * Fri Oct 13 2023 David Abdurachmanov - 3.12.0-2.0.riscv64 - Increase tests timeout on riscv64 by 10x. - Disable test_eintr test on riscv64.