diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 09:25:43 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:42 +0100 |
| commit | 78dc5a37d942ec95a61ac097e2f7633274241cb7 (patch) | |
| tree | 76fe4b79a6c7bcf8fceeed7fcf2326e8239e0469 /gnu/packages/python-xyz.scm | |
| parent | 475da5745d071b93841355d20209fa98be427cee (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.scm | 3 |
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. |
