mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
475da5745d
commit
78dc5a37d9
1 changed files with 3 additions and 0 deletions
|
@ -27902,6 +27902,8 @@ services.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-setuptools-git
|
(define-public python-setuptools-git
|
||||||
|
;; XXX: The project is abandoned since 2018, consider to remove in the next
|
||||||
|
;; refresh cycle.
|
||||||
(package
|
(package
|
||||||
(name "python-setuptools-git")
|
(name "python-setuptools-git")
|
||||||
(version "1.2")
|
(version "1.2")
|
||||||
|
@ -27914,6 +27916,7 @@ services.")
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:tests? #f ;no tests in PyPI
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
;; This is needed for tests.
|
;; This is needed for tests.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue