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

commit 47a9fae41059064b18ab7585bf90a91023151feb
Author: Nicolas Graves <ngra...@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 <m...@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 6ec3cbe2e9..2cab9e49d5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20188,17 +20188,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