[packages/python3-pygments] - disable tests on x32
baggins
baggins at pld-linux.org
Wed Mar 12 09:56:02 CET 2025
commit e18b1c5bf1cd609bf4edcf9a2b72938ae05e4781
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Mar 12 08:44:17 2025 +0100
- disable tests on x32
python3-pygments.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/python3-pygments.spec b/python3-pygments.spec
index e4afb1a..c20c9f6 100644
--- a/python3-pygments.spec
+++ b/python3-pygments.spec
@@ -3,12 +3,17 @@
%bcond_without doc # Sphinx documentation
%bcond_without tests # unit tests
+# TODO: fix tests hang on x32
+%ifarch x32
+%undefine with_tests
+%endif
+
%define module pygments
Summary: A generic syntax highlighter as Python 3 module
Summary(pl.UTF-8): Moduł Pythona 3 do ogólnego podświetlania składni
Name: python3-%{module}
Version: 2.19.1
-Release: 3
+Release: 4
License: BSD
Group: Development/Languages/Python
#Source0Download: https://pypi.org/simple/pygments/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-pygments.git/commitdiff/e18b1c5bf1cd609bf4edcf9a2b72938ae05e4781
More information about the pld-cvs-commit
mailing list