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

commit e1ad63af830faf93b53390702cf209b53ab7be0d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 24 19:27:43 2026 +0000

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

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 51d555e663..625a77c6d0 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3155,7 +3155,7 @@ import them in their actual tests to use them.")
       ;; XXX: 261 failed, 170 errors
       #:tests? #f))
     (native-inputs
-     (list python-pytest
+     (list python-pytest-8
            python-pytest-asyncio
            python-setuptools
            python-wheel))

Reply via email to