sharlatan pushed a commit to branch python-team
in repository guix.
commit 879019910e0a2e16d425d6b4927dca5638ce840a
Author: Nicolas Graves <[email protected]>
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 <[email protected]>
---
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.