From d49c63c280773bb37a67cb72117e23d8b0b2215c Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 2 Nov 2025 01:36:33 +0100 Subject: 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 --- gnu/packages/python-xyz.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages/python-xyz.scm') 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)) -- cgit v1.3