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

commit a2ef8c4f24592cdc0856a1812ccf3eb7bb4d4be8
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 5 14:42:56 2026 +0000

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

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index bf468495f8..623ec7e09f 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4068,7 +4068,7 @@ plug-in architecture to allow monitoring other system 
metrics.")
     (native-inputs
      (list go
            python-mock
-           python-pytest
+           python-pytest-8
            python-pytest-mock
            python-setuptools
            python-wheel))

Reply via email to