summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm16
1 files changed, 10 insertions, 6 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 1027aa1a00f..3a167a76b58 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1639,19 +1639,23 @@ framework.")
1639(define-public python-pytest-pycodestyle 1639(define-public python-pytest-pycodestyle
1640 (package 1640 (package
1641 (name "python-pytest-pycodestyle") 1641 (name "python-pytest-pycodestyle")
1642 (version "2.2.0") 1642 (version "2.4.1")
1643 (source 1643 (source
1644 (origin 1644 (origin
1645 (method url-fetch) 1645 (method url-fetch)
1646 (uri (pypi-uri "pytest-pycodestyle" version)) 1646 (uri (pypi-uri "pytest_pycodestyle" version))
1647 (sha256 1647 (sha256
1648 (base32 1648 (base32
1649 "1clyjypn93hwvz17f4i6n2688835d4y8qsq2aw17d6fkbqiy8mg7")))) 1649 "1jdm5arsh150fvph0960kycb1cwj728mksfwxb65bbbl4zaypkr7"))))
1650 (build-system python-build-system) 1650 (build-system pyproject-build-system)
1651 (arguments
1652 (list
1653 ;; XXX: pytest failed to import 'py.io', while python can.
1654 #:tests? #f))
1651 (propagated-inputs 1655 (propagated-inputs
1652 (list python-pycodestyle)) 1656 (list python-py python-pycodestyle python-pytest))
1653 (native-inputs 1657 (native-inputs
1654 (list python-pytest)) 1658 (list python-pytest-isort python-setuptools python-wheel))
1655 (home-page "https://github.com/henry0312/pytest-pycodestyle") 1659 (home-page "https://github.com/henry0312/pytest-pycodestyle")
1656 (synopsis "Pytest plugin to run pycodestyle") 1660 (synopsis "Pytest plugin to run pycodestyle")
1657 (description "This package provides a plugin to run @code{pycodestyle} 1661 (description "This package provides a plugin to run @code{pycodestyle}