Enable tests

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-09-17 11:56:20 +03:00
parent a8ef75f9c6
commit 2f49853b1e
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,7 @@ URL: https://www.python.org/
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 1.4.riscv64%{?dist}
Release: 1.5.riscv64%{?dist}
License: Python
@ -74,7 +74,7 @@ License: Python
%bcond_without optimizations
# Run the test suite in %%check
%bcond_with tests
%bcond_without tests
# Extra build for debugging the interpreter or C-API extensions
# (the -debug subpackages)
@ -1598,6 +1598,9 @@ CheckPython optimized
# ======================================================
%changelog
* Sat Sep 17 2022 David Abdurachmanov <davidlt@rivosinc.com> - 3.10.7-1.5.riscv64
- Enable tests
* Thu Sep 15 2022 David Abdurachmanov <davidlt@rivosinc.com> - 3.10.7-1.4.riscv64
- Rebuild for riscv64
- Disable tests for now