summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-11-02 01:36:33 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:29 +0100
commitd49c63c280773bb37a67cb72117e23d8b0b2215c (patch)
tree04c168b9a47fb5bb6b88ceeaba6922b3bbcf8d4f /gnu/packages
parente945c4e6defd380312b024d503057ec30c9bc4a0 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c92cdda8da4..5d765d8b74d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5970,8 +5970,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))