diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-05-10 00:53:00 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-14 23:53:13 +0100 |
commit | d6d8bbf1d55a33d21c707442c2678c1497dedd2e (patch) | |
tree | c0a63d07ddc7101ef5c5b03cd5167456bd119673 | |
parent | 49e27cee8d5f5e4071b9e411b91255753fafa33f (diff) |
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>
-rw-r--r-- | gnu/packages/python-xyz.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cf36927a64..18fe1d540a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20479,17 +20479,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. |