mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
283f64c9bb
commit
27f867ce57
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue