guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

37/103: gnu: duplicity: Remove obsolete test target.


From: guix-commits
Subject: 37/103: gnu: duplicity: Remove obsolete test target.
Date: Wed, 5 Jan 2022 09:44:32 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit bd9715e4492621b01068463afbc0dd66d7bc97a3
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Dec 29 18:51:07 2021 +0100

    gnu: duplicity: Remove obsolete test target.
    
    * gnu/packages/backup.scm (duplicity)[arguments]: Remove #:test-target.
---
 gnu/packages/backup.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index fdb84898bb..04acde9238 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -124,8 +124,7 @@
            gnupg ; gpg executable needed
            util-linux))     ; for setsid
     (arguments
-     `(#:test-target "test"
-       #:phases
+     `(#:phases
        (modify-phases %standard-phases
          (add-before 'build 'use-store-file-names
            (lambda* (#:key inputs #:allow-other-keys)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]