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

commit 016ace92e8c885daeb8c7af9760ba2ef3062a465
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 22:24:14 2026 +0100

    gnu: python-pytest-pylint: Switch to python-pytest-8.
    
    * gnu/packages/python-check.scm (python-pytest-pylint)
    [native-inputs]: Replace python-pytest by python-pytest-8.  Remove
    python-wheel.
    
    Change-Id: Ia0394c56f145d5a182eed057712e011eeb1c8bd9
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-check.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index ccf15f9b5d..e5311af4c8 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3551,9 +3551,8 @@ for the @code{pytest} framework.")
         (base32 "0gjm9qy1rsngvli042szqc45y0q5zk1crq28ja01iyjw3n74nxl8"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pytest
-           python-setuptools
-           python-wheel))
+     (list python-pytest-8
+           python-setuptools))
     (propagated-inputs
      (list python-pylint))
     (home-page "https://github.com/carsongee/pytest-pylint";)

Reply via email to