guix-commits
[Top][All Lists]
Advanced

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

140/361: gnu: python-codespell: Improve package style.


From: guix-commits
Subject: 140/361: gnu: python-codespell: Improve package style.
Date: Fri, 22 Nov 2024 06:00:28 -0500 (EST)

andreas pushed a commit to branch python-team
in repository guix.

commit 8b15e8b65c42c35e0d483052062c866a8a324564
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:00 2024 +0200

    gnu: python-codespell: Improve package style.
    
    * gnu/packages/python-xyz.scm (python-codespell):
      [arguments]: Remove uneeded field.
    
    Change-Id: I0d265e9c606730e8208376a7e0970d1c7a7d7a50
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/python-xyz.scm | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1d54dd48bc..b06b9344a0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20712,17 +20712,6 @@ checking library.")
             python-tomli
             python-setuptools
             python-wheel))
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-           (lambda* (#:key outputs tests? #:allow-other-keys)
-             (when tests?
-               ;; Make installed executable available for running the tests.
-               (setenv "PATH"
-                       (string-append (assoc-ref outputs "out") "/bin"
-                                      ":" (getenv "PATH")))
-               (invoke "pytest" "-vv")))))))
     (home-page "https://github.com/codespell-project/codespell/";)
     (synopsis "Spellchecker for code")
     (description "Codespell fixes common misspellings in text files.



reply via email to

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