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

commit 8eb7d00e3d29acc32972b6cf118d4ac278a133ec
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Thu Dec 30 10:29:23 2021 +0100

    gnu: python-pyls-black: Remove obsolete argument.
    
    * gnu/packages/python-xyz.scm (python-pyls-black)[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 38f9f5bb3e..92ecdd98f1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1485,8 +1485,6 @@ approximate nearest neighbor search with Python 
bindings.")
              (("from pyls([ \\.])" _ char)
               (string-append "from pylsp" char)))))))
     (build-system python-build-system)
-    (arguments
-     `(#:test-target "pytest"))
     (propagated-inputs
      (list python-black python-lsp-server python-tomli))
     (native-inputs

Reply via email to