guix-commits
[Top][All Lists]
Advanced

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

61/103: gnu: python-pyls-black: Remove obsolete argument.


From: guix-commits
Subject: 61/103: gnu: python-pyls-black: Remove obsolete argument.
Date: Wed, 5 Jan 2022 09:44:36 -0500 (EST)

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

commit 58603a4cf980d4887febe85d0af7b0db387a34c9
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 789754a825..9f206eef8f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1383,8 +1383,6 @@ approximate nearest neighbor search with Python 
bindings.")
        (sha256
         (base32 "0cjf0mjn156qp0x6md6mncs31hdpzfim769c2lixaczhyzwywqnj"))))
     (build-system python-build-system)
-    (arguments
-     `(#:test-target "pytest"))
     (propagated-inputs
      (list python-black python-language-server python-toml))
     (native-inputs



reply via email to

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