summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2025-01-14 15:54:20 +0800
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:51 +0100
commit9ac87191fe98c80aac21dd8347ea39ee3c46fcb6 (patch)
treed531e7757d4ba6059ff579cf08d0cdad53291203 /gnu/packages/python-check.scm
parentd7d1790ab085dc961aa85df1883c9c156d0e4368 (diff)
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
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}