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

commit 077380f9bcc2c91f38ef81567e9a4434f2e34c67
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Thu Dec 30 12:28:31 2021 +0100

    gnu: python-three-merge: Remove obsolete argument.
    
    * gnu/packages/python-xyz.scm (python-three-merge)[arguments]: Remove 
#:test-target.
---
 gnu/packages/python-xyz.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f340b72881..791ad8bfcd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9644,8 +9644,6 @@ algorithm.")
        (sha256
         (base32 "1fw28swh6jq4myr09j7gv68l241b8vwg470ak5xv0x4xwh2a1m86"))))
     (build-system python-build-system)
-    (arguments
-     `(#:test-target "pytest"))
     (propagated-inputs
      (list python-diff-match-patch))
     (native-inputs

Reply via email to