summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-20 14:18:29 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:34 +0100
commit02e5e0ed1610ad781d7e2c7fc58323471ee95df6 (patch)
treef0df8eb004e31d6909bedc384d758364c65a37ae /gnu/packages/python-xyz.scm
parent7736cf720185ed9277f0c4d614eb5d7bcaec9deb (diff)
gnu: python-timeout-decorator: Disable tests.
* gnu/packages/python-xyz.scm (python-timeout-decorator)[arguments] <tests?>: Skip them for now. Change-Id: I93bbc79be6345a4a0408f58dfbd944b9a48dddce
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 39c5ada2a6..e6a06ffddd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17312,6 +17312,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")
@@ -17322,6 +17324,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")