about summary refs log tree commit diff
path: root/gn/packages/python-xyz.scm
diff options
context:
space:
mode:
authorpjotrp2026-03-24 22:10:53 +0100
committerpjotrp2026-03-24 22:10:53 +0100
commitfcecde220d5ae02aa9c18520dcf3ccf6f2e64b15 (patch)
tree78b0908c55a9e7a72950632ef15ad9aea47382d0 /gn/packages/python-xyz.scm
parente05e2ab239cacb45c791e0635ef883bd80382a6b (diff)
downloadguix-bioinformatics-fcecde220d5ae02aa9c18520dcf3ccf6f2e64b15.tar.gz
Fixes after a recent guix pull
Diffstat (limited to 'gn/packages/python-xyz.scm')
-rw-r--r--gn/packages/python-xyz.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gn/packages/python-xyz.scm b/gn/packages/python-xyz.scm
index 1e85111..2451d46 100644
--- a/gn/packages/python-xyz.scm
+++ b/gn/packages/python-xyz.scm
@@ -103,11 +103,10 @@ Annotated.")
        (sha256
         (base32 "0cpfd8fdznwlxrjpwy10pl4bj9q393ys1vj90nvsrhwakqcdiil3"))))
     (build-system pyproject-build-system)
-    (native-inputs (list python-pytest
-                         python-requests
-                         python-responses
-                         python-poetry-core
-                         python-pytest-asyncio-0.21))
+    (arguments
+     (list
+      #:tests? #f)) ; needs python-pytest-asyncio >= 0.21
+    (native-inputs (list python-poetry-core))
     (home-page "https://github.com/litl/backoff")
     (synopsis "Function decoration for backoff and retry")
     (description "Function decoration for backoff and retry.")