gnu: kgpg: Disable tests.

* gnu/packages/kde-pim.scm (kgpg)[arguments]: Disable tests.
This commit is contained in:
宋文武 2023-08-18 19:44:36 +08:00
parent 4187638b60
commit f3f02dd9c8
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -954,8 +954,11 @@ (define-public kgpg
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(setenv "HOME" (getcwd))
;; XXX: Those tests fails randomly.
(invoke "ctest" "-E" "kgpg-import|kgpg-export")))))))
(invoke "ctest")))))
;; XXX: Tests could fail randomly with:
;; gpg: can't connect to the agent: IPC connect call failed
;; gpg process did not finish. Cannot generate a new key pair.
#:tests? #f))
(native-inputs
(list extra-cmake-modules
gnupg ;; TODO: Remove after gpgme uses fixed path