gnu: python-setuptools-git: Skip tests.

* gnu/packages/python-xyz.scm (python-setuptools-git)[arguments]
<tests?>: Skip them.

Change-Id: Ie5f30d86c241dade965eec59b2f36fab7814b181
This commit is contained in:
Sharlatan Hellseher 2025-09-21 09:25:43 +01:00
parent 47dd259943
commit 3f7c2093df
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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.