no tests (sssd problem on builder)

This commit is contained in:
Yann Dupont 2022-09-20 09:22:27 +02:00
parent 22644fbefb
commit 571c2ee3a1

View file

@ -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)
)
)
)
)