guix-commits
[Top][All Lists]
Advanced

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

40/150: gnu: duplicity: Remove obsolete test target.


From: guix-commits
Subject: 40/150: gnu: duplicity: Remove obsolete test target.
Date: Sun, 24 Apr 2022 05:12:20 -0400 (EDT)

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

commit d54a85b9010758781b2c0aec2e03c7bd97807955
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 36bb2ae8e2..393d3a9ca4 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -136,8 +136,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]