all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 60276@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#60276] [PATCH 3/3] gnu: python-setuptools-scm: Disable tests.
Date: Fri, 23 Dec 2022 15:56:39 +0100	[thread overview]
Message-ID: <20221223145639.11963-3-ngraves@ngraves.fr> (raw)
In-Reply-To: <20221223145639.11963-1-ngraves@ngraves.fr>

* 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





  parent reply	other threads:[~2022-12-23 14:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-23 14:50 [bug#60276] update python-setuptools-scm to 7.0.5 Nicolas Graves via Guix-patches via
2022-12-23 14:56 ` [bug#60276] [PATCH 1/3] gnu: python-typing-extensions: Move to (gnu packages python-build) Nicolas Graves via Guix-patches via
2022-12-23 14:56   ` [bug#60276] [PATCH 2/3] gnu: python-setuptools-scm: Update to 7.0.5 Nicolas Graves via Guix-patches via
2022-12-23 14:56   ` Nicolas Graves via Guix-patches via [this message]
2024-02-03 23:34 ` bug#60276: close 60276 Nicolas Graves via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221223145639.11963-3-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=60276@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.