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

commit a61bd3cf798f69a5416b665b5952b3cb840d51fc
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 23 21:42:27 2026 +0000

    gnu: python-black: Use python-pytest-8.
    
    * gnu/packages/python-xyz.scm (python-black)[native-inputs]: Remove
    python-pytest; add python-pytest-8.
    
    Change-Id: I38f746beea5f3512812f01afb07ccab099c56cf5
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 77bdcffcbb..475acb718d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10727,7 +10727,7 @@ and integrated feature-set for programming Python 
effectively.")
            python-pathspec
            python-platformdirs))
     (native-inputs
-     (list python-pytest
+     (list python-pytest-8
            python-pytest-xdist
            python-hatch-fancy-pypi-readme
            python-hatch-vcs

Reply via email to