mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-timeout-decorator: Disable tests.
* gnu/packages/python-xyz.scm (python-timeout-decorator)[arguments] <tests?>: Skip them for now. Change-Id: I93bbc79be6345a4a0408f58dfbd944b9a48dddce
This commit is contained in:
parent
9112d080c3
commit
6bd5b41ac6
1 changed files with 3 additions and 0 deletions
|
@ -17336,6 +17336,8 @@ blocks or callables with two context managers and two decorators.")
|
|||
(license license:expat)))
|
||||
|
||||
(define-public python-timeout-decorator
|
||||
;; TODO: Remove when python-requests-caches releses a fresh version dropping
|
||||
;; it, see, <https://github.com/requests-cache/requests-cache/pull/1111>.
|
||||
(package
|
||||
(name "python-timeout-decorator")
|
||||
(version "0.5.0")
|
||||
|
@ -17346,6 +17348,7 @@ blocks or callables with two context managers and two decorators.")
|
|||
(sha256
|
||||
(base32 "1mxk2qyydhzncm93z08kvj5ssxq3fr2n7pkrrji28nqwvdc2ybva"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments (list #:tests? #f))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/pnpnpn/timeout-decorator")
|
||||
(synopsis "Timeout decorator")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue