about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix.scm3
1 files changed, 2 insertions, 1 deletions
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)