aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-05-10 00:53:00 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:47 +0000
commit497c186a05d39053187424c00b8275331f2ed5f8 (patch)
tree911595e3eccaf85ba29afe89eaf4af181822db32
parent910d1e5d070ddbb3fe49587eff5815552c1bcbb0 (diff)
downloadguix-497c186a05d39053187424c00b8275331f2ed5f8.tar.gz
guix-497c186a05d39053187424c00b8275331f2ed5f8.zip
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.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9a4698be1a..1294368ef1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20801,17 +20801,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.