@@ -19589,25 +19589,13 @@ (define-public python-codespell
(inputs
(list python-chardet))
(native-inputs
- (list python-flake8
- python-pygments
+ (list python-pygments
python-pytest
python-pytest-cov
python-pytest-dependency
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.