summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-26 21:49:36 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-27 21:37:01 +0100
commit27f867ce57f8f61c43bfa09bd7156142f5941ac3 (patch)
tree841ba703424e705a6508c3e89902b15348af24fc /gnu/packages/python-xyz.scm
parent283f64c9bbf4f775c121f0ee38f914563db9ebdd (diff)
gnu: python-elevate: Disable tests.
* gnu/packages/python-xyz.scm (python-elevate)[arguments] <tests?>: No tests in PyPI or Git. [native-inputs]: Remove python-wheel. Change-Id: I91a7d6d6cbf534ec8881f1da850781ec79a54811
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f1fb89a295..92c751d900 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8543,6 +8543,7 @@ important tasks for becoming a daemon process:
;; Only setup.py is gpl3+, everything else is apache 2.0 licensed.
(license (list license:asl2.0 license:gpl3+))))
+;; XXX: See: <https://codeberg.org/guix/guix/issues/3027>.
(define-public python-elevate
(package
(name "python-elevate")
@@ -8555,13 +8556,14 @@ important tasks for becoming a daemon process:
(base32 "02g23lxzzl64j1b4fsnrdxqiahl9lnrqyxpqwcfzn0g33px1kbak"))))
(build-system pyproject-build-system)
(arguments
- `(#:phases
+ `(#:tests? #f ;no tests in PyPI
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'clean-up
(lambda _
;; Uses stuff we don't have.
(delete-file "elevate/windows.py"))))))
- (native-inputs (list python-setuptools python-wheel))
+ (native-inputs (list python-setuptools))
(home-page "https://github.com/barneygale/elevate")
(synopsis "Python library for requesting root privileges")
(description "This package provides a Python library for requesting