aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-09-16 11:45:21 +0300
committerFrederick Muriuki Muriithi2022-09-16 11:45:21 +0300
commit11fdccc4fcc52b805d6568e774067df8225c3ccd (patch)
tree8eb5536caee245467990ca8881df1a4501e3929f
parent9e6d996f4305a779421f1e76fdb40d68548dd15f (diff)
downloadgn-uploader-11fdccc4fcc52b805d6568e774067df8225c3ccd.tar.gz
Deactivate tests
-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)