From 3f7c2093dff154f8b97f47e2cde9220a2db32b18 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 21 Sep 2025 09:25:43 +0100 Subject: [PATCH] gnu: python-setuptools-git: Skip tests. * gnu/packages/python-xyz.scm (python-setuptools-git)[arguments] : Skip them. Change-Id: Ie5f30d86c241dade965eec59b2f36fab7814b181 --- gnu/packages/python-xyz.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e67afe2ad24..bdc9880a31e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27926,6 +27926,8 @@ services.") (license license:asl2.0))) (define-public python-setuptools-git + ;; XXX: The project is abandoned since 2018, consider to remove in the next + ;; refresh cycle. (package (name "python-setuptools-git") (version "1.2") @@ -27938,6 +27940,7 @@ services.") (build-system pyproject-build-system) (arguments (list + #:tests? #f ;no tests in PyPI #:phases #~(modify-phases %standard-phases ;; This is needed for tests.