guix-commits
[Top][All Lists]
Advanced

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

64/150: gnu: python-pyls-black: Remove obsolete argument.


From: guix-commits
Subject: 64/150: gnu: python-pyls-black: Remove obsolete argument.
Date: Sun, 24 Apr 2022 05:12:23 -0400 (EDT)

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

commit 8eb7d00e3d29acc32972b6cf118d4ac278a133ec
Author: Lars-Dominik Braun <lars@6xq.net>
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

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