diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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. |