GNU bug report logs - #60276
update python-setuptools-scm to 7.0.5

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 23 Dec 2022 14:52:01 UTC

Severity: normal

Done: Nicolas Graves <ngraves <at> ngraves.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 60276 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [bug#60276] [PATCH 3/3] gnu: python-setuptools-scm: Disable tests.
Date: Fri, 23 Dec 2022 15:56:39 +0100
* gnu/packages/python-build.scm (python-setuptools-scm): Disable tests.
---
 gnu/packages/python-build.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 591f806cb9..0c800e48db 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -587,6 +587,7 @@ (define-public python-setuptools-scm
               (sha256
                (base32 "0i28zghzdzzkm9w8rrjwphggkfs58nh6xnqsjhmqjvqxfypi67h3"))))
     (build-system python-build-system)
+    (arguments '(#:tests? #f)) ;disabled to avoid extra dependencies
     (propagated-inputs
      `(("python-packaging",python-packaging-bootstrap)
        ("python-tomli" ,python-tomli)
-- 
2.38.1





This bug report was last modified 1 year and 108 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.