From 3661bf0acf3f4c3dea3c0965945357fb205d6d8b Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 6 Jan 2023 15:21:41 +0200 Subject: [PATCH] Re-enable tests on riscv64 These worked the last time we built Python 3.11. Trying to remove them and see what happens again. Signed-off-by: David Abdurachmanov --- python3.11.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python3.11.spec b/python3.11.spec index ad17773..de44be4 100644 --- a/python3.11.spec +++ b/python3.11.spec @@ -1083,11 +1083,6 @@ CheckPython() { %ifarch %{mips64} -x test_ctypes \ %endif - %ifarch riscv64 - -x test_gdb \ - -x test_venv \ - -x test_distutils \ - %endif echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName