This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch python-team
in repository guix.
The following commit(s) were added to refs/heads/python-team by this push:
new e090629e6d gnu: python-memory-allocator: Disable tests.
e090629e6d is described below
commit e090629e6dfe61d0fab41c62e70eb73b2354d482
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 23 11:59:17 2025 +0100
gnu: python-memory-allocator: Disable tests.
* gnu/packages/sagemath.scm (python-memory-allocator)[arguments]
<tests?>: No tests provided.
[native-inputs]: Remove python-wheel.
Change-Id: I9568b8847e808ef3f61add0d14d8c2a6aa6a07c1
---
gnu/packages/sagemath.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index 9cfe8fe7df..4fad4d30ca 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -247,8 +247,10 @@ libraries GMO, MPFR and MPC.")
(sha256
(base32 "1r7g175ddbpn5kjgs6f09s7mfachzw94p02snki6f6830dmj22fn"))))
(build-system pyproject-build-system)
+ (arguments
+ (list #:tests? #f)) ;no tests in PyPI or Git
(native-inputs
- (list python-cython python-setuptools python-wheel))
+ (list python-cython python-setuptools))
(home-page "https://github.com/sagemath/memory_allocator")
(synopsis "Extension class to allocate memory easily with Cython")
(description "This package provides a single extension class