From fcecde220d5ae02aa9c18520dcf3ccf6f2e64b15 Mon Sep 17 00:00:00 2001 From: pjotrp Date: Tue, 24 Mar 2026 22:10:53 +0100 Subject: Fixes after a recent guix pull --- gn/packages/python-xyz.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'gn/packages/python-xyz.scm') 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.") -- cgit 1.4.1