Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 3f7151f151
Disable tests on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-12-18 11:17:39 +02:00
1 changed files with 8 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: python-%{shortname}
Version: 3.1.7
Release: 3%{?dist}
Release: 3.0.riscv64%{?dist}
Summary: Python bindings for OpenGL
License: BSD
URL: https://github.com/mcfletch/pyopengl
@ -101,6 +101,10 @@ popd
%check
%ifarch riscv64
exit 0
%endif
%ifarch s390x
export PYTEST_ADDOPTS="-k 'not test_buffer_api_basic'"
%endif
@ -123,6 +127,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch}:%{buildroot}%{python3_sitelib} \
%changelog
* Mon Dec 18 2023 David Abdurachmanov <davidlt@rivosinc.com> - 3.1.7-3.0.riscv64
- Disable tests on riscv64
* Mon Jul 24 2023 Scott Talbert <swt@techie.net> - 3.1.7-3
- Add runtime depends on libglvnd-opengl also