mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pytest-pycodestyle: Update to 2.4.1.
* gnu/packages/python-check.scm (python-pytest-pycodestyle): Update to 2.4.1. [arguments]: Disable tests. Change-Id: I0a067c710c7a340c41c7749baaf2586859dfa9be
This commit is contained in:
parent
d7d1790ab0
commit
9ac87191fe
1 changed files with 10 additions and 6 deletions
|
@ -1639,19 +1639,23 @@ framework.")
|
||||||
(define-public python-pytest-pycodestyle
|
(define-public python-pytest-pycodestyle
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-pycodestyle")
|
(name "python-pytest-pycodestyle")
|
||||||
(version "2.2.0")
|
(version "2.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-pycodestyle" version))
|
(uri (pypi-uri "pytest_pycodestyle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1clyjypn93hwvz17f4i6n2688835d4y8qsq2aw17d6fkbqiy8mg7"))))
|
"1jdm5arsh150fvph0960kycb1cwj728mksfwxb65bbbl4zaypkr7"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
;; XXX: pytest failed to import 'py.io', while python can.
|
||||||
|
#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-pycodestyle))
|
(list python-py python-pycodestyle python-pytest))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest))
|
(list python-pytest-isort python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/henry0312/pytest-pycodestyle")
|
(home-page "https://github.com/henry0312/pytest-pycodestyle")
|
||||||
(synopsis "Pytest plugin to run pycodestyle")
|
(synopsis "Pytest plugin to run pycodestyle")
|
||||||
(description "This package provides a plugin to run @code{pycodestyle}
|
(description "This package provides a plugin to run @code{pycodestyle}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue