summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-21 09:25:43 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:42 +0100
commit78dc5a37d942ec95a61ac097e2f7633274241cb7 (patch)
tree76fe4b79a6c7bcf8fceeed7fcf2326e8239e0469 /gnu/packages/python-xyz.scm
parent475da5745d071b93841355d20209fa98be427cee (diff)
gnu: python-setuptools-git: Skip tests.
* gnu/packages/python-xyz.scm (python-setuptools-git)[arguments] <tests?>: Skip them. Change-Id: Ie5f30d86c241dade965eec59b2f36fab7814b181
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 176bb0ec34..2867bf2bc8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27902,6 +27902,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")
@@ -27914,6 +27916,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.