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

commit d54a85b9010758781b2c0aec2e03c7bd97807955
Author: Lars-Dominik Braun <[email protected]>
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