guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 64a717aff2ec51d36a1ce254844c17f68b1c20a3
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Nov 2 01:36:33 2025 +0100
gnu: python-semantic-version: Set test-backend to nose2.
* gnu/packages/python-xyz.scm (python-semantic-version)[arguments]
<#:tests?>: Set it.
Change-Id: I09c84e3658fb6ff61255893a25332638192690b8
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 97d6c8a765..fda4f7bf8b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5941,8 +5941,7 @@ diagrams.")
(sha256
(base32 "0704smz9k6hdd6i5xh0xf0sk47kannjb77abilvvp34r6v9vdaxx"))))
(build-system pyproject-build-system)
- (arguments (list #:test-backend #~'custom
- #:test-flags #~(list "-m" "nose2")))
+ (arguments (list #:test-backend #~'nose2))
(native-inputs
(list python-nose2
python-setuptools))