diff options
author | Frederick Muriuki Muriithi | 2022-09-16 11:45:21 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-09-16 11:45:21 +0300 |
commit | 11fdccc4fcc52b805d6568e774067df8225c3ccd (patch) | |
tree | 8eb5536caee245467990ca8881df1a4501e3929f /guix.scm | |
parent | 9e6d996f4305a779421f1e76fdb40d68548dd15f (diff) | |
download | gn-uploader-11fdccc4fcc52b805d6568e774067df8225c3ccd.tar.gz |
Deactivate tests
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |