guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

325/397: gnu: python-pytest-pycodestyle: Update to 2.4.1.


From: guix-commits
Subject: 325/397: gnu: python-pytest-pycodestyle: Update to 2.4.1.
Date: Thu, 16 Jan 2025 04:31:01 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit b6b5e0813354ee086e66059cfad17ca50589283a
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Jan 14 15:54:20 2025 +0800

    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
---
 gnu/packages/python-check.scm | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 1027aa1a00..3a167a76b5 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1639,19 +1639,23 @@ framework.")
 (define-public python-pytest-pycodestyle
   (package
     (name "python-pytest-pycodestyle")
-    (version "2.2.0")
+    (version "2.4.1")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "pytest-pycodestyle" version))
+       (uri (pypi-uri "pytest_pycodestyle" version))
        (sha256
         (base32
-         "1clyjypn93hwvz17f4i6n2688835d4y8qsq2aw17d6fkbqiy8mg7"))))
-    (build-system python-build-system)
+         "1jdm5arsh150fvph0960kycb1cwj728mksfwxb65bbbl4zaypkr7"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list
+      ;; XXX: pytest failed to import 'py.io', while python can.
+      #:tests? #f))
     (propagated-inputs
-     (list python-pycodestyle))
+     (list python-py python-pycodestyle python-pytest))
     (native-inputs
-     (list python-pytest))
+     (list python-pytest-isort python-setuptools python-wheel))
     (home-page "https://github.com/henry0312/pytest-pycodestyle";)
     (synopsis "Pytest plugin to run pycodestyle")
     (description "This package provides a plugin to run @code{pycodestyle}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]