From e35f4e88d77a9cb437bdf11233b66eeb61419a98 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 25 Jul 2025 00:34:03 +0200 Subject: [PATCH] gnu: python-types-protobuf: Disable tests. * gnu/packages/python-xyz.scm (python-types-protobuf): [arguments]: Disable tests explicitely. Change-Id: I89decb3eb81f626a4dedf66c5a931f4c7ef60df8 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 e980652ae7224c5b0357f1fe63ab0900a745446e..f9c8a3c321f663836ea359abab6a60e9c3bcfb86 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37866,6 +37866,10 @@ collection.") (base32 "000f8n6d4ilihiaf590k73rx3327jh8ima5q5dpxlwz3frj45qrn")))) (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{protobuf}")