From 11fdccc4fcc52b805d6568e774067df8225c3ccd Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 16 Sep 2022 11:45:21 +0300 Subject: Deactivate tests --- guix.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix.scm b/guix.scm index c6e4efe..6c0ba25 100644 --- a/guix.scm +++ b/guix.scm @@ -30,7 +30,8 @@ #:select? (git-predicate %source-dir))) (build-system python-build-system) (arguments - `(#:phases + `(#:tests? #f ; Cannot start redis during `guix build' + #:phases (modify-phases %standard-phases (replace 'check (lambda* (#:key tests? #:allow-other-keys) -- cgit v1.2.3