guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 431fdb259e58be63a7cba7948334108ca03fd72c
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jul 25 00:33:02 2025 +0200
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 <[email protected]>
---
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 6f2a682b64..e6219b48b6 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}")