From 431fdb259e58be63a7cba7948334108ca03fd72c Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 25 Jul 2025 00:33:02 +0200 Subject: [PATCH] gnu: python-types-freezegun: Disable tests. * gnu/packages/python-xyz.scm (python-types-freezegun): [arguments]: Disable tests explicitely. Change-Id: I5a58d81a6a83edb1d4fa6f6c5f9c6f3eb03c1521 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6f2a682b64024114069c112c29ce8bf743517f3e..e6219b48b6b5c860342b9f6358dadc159cb332e7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37848,6 +37848,10 @@ package.") (sha256 (base32 "08g926s8343zwq140zcfwly3qfgmahm7lp0vgb3ics549b2hifzl")))) (build-system pyproject-build-system) + (arguments + ;; XXX: No tests in PyPi source, but it's also unclear how to get the + ;; right files from source, so ignore them for now. + (list #:tests? #f)) (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/python/typeshed") (synopsis "Typing stubs for @code{freezegun}")