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 <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-01-06 15:21:41 +02:00
parent cbd6176e91
commit 3661bf0acf
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 0 additions and 5 deletions

View File

@ -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