[packages/python-sqlalchemy] - disable tests on x32, rel 4
baggins
baggins at pld-linux.org
Wed Mar 12 11:17:50 CET 2025
commit e7c4bc1581b06f45dba76b15882089eaac8985e1
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Mar 12 10:13:30 2025 +0100
- disable tests on x32, rel 4
python-sqlalchemy.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec
index 5407368..eaea605 100644
--- a/python-sqlalchemy.spec
+++ b/python-sqlalchemy.spec
@@ -4,13 +4,18 @@
%bcond_without python3 # CPython 3.x module
%bcond_without tests # unit tests
+# TODO: tests hang on x32
+%ifarch x32
+%undefine with_tests
+%endif
+
%define module sqlalchemy
Summary: Database Abstraction Library for Python 2
Summary(pl.UTF-8): Biblioteka abstrakcji baz danych dla Pythona 2
Name: python-%{module}
# keep 1.x here for python2 support
Version: 1.4.50
-Release: 3
+Release: 4
License: MIT
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/sqlalchemy/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-sqlalchemy.git/commitdiff/e7c4bc1581b06f45dba76b15882089eaac8985e1
More information about the pld-cvs-commit
mailing list