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 | |
| parent | 9e6d996f4305a779421f1e76fdb40d68548dd15f (diff) | |
| download | gn-uploader-11fdccc4fcc52b805d6568e774067df8225c3ccd.tar.gz | |
Deactivate tests
| -rw-r--r-- | guix.scm | 3 |
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) |
