From 571c2ee3a1c4c74c3fbb3216de5a184b37db9e68 Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Tue, 20 Sep 2022 09:22:27 +0200 Subject: [PATCH] no tests (sssd problem on builder) --- glicid/packages/python.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/glicid/packages/python.scm b/glicid/packages/python.scm index 1be15f5..b184437 100644 --- a/glicid/packages/python.scm +++ b/glicid/packages/python.scm @@ -16,6 +16,15 @@ (sha256 (base32 "03q8lcb476a9n41nih9qvwf1fzfzjbvq6vj0cnmd458yixchqnqj")) ) ) + (arguments + (substitute-keyword-arguments (package-arguments gnu:python-3.9) + ((#:tests? _ #f) + ;; FIXME: To run the test suite, fix all the instances where scripts + ;; generates "#! /bin/sh" shebangs. + #f) + ) + ) + ) )