guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4c60e934d39d5e58c875932cae856097ee6f9ead
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 4 13:24:42 2026 +0000

    gnu: python-anaconda-cli-base: Use python-pytest-8.
    
    * gnu/packages/python-xyz.scm (python-anaconda-cli-base):
    [native-inputs]: Remove python-pytest; add python-pytest-8.
    
    Change-Id: I280356241b3eee8cdfec51ea2ce6da41751699d8
---
 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 b90fbc8b5d..ca662ef41d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -349,7 +349,7 @@
     (native-inputs
      (list python-hatch-vcs
            python-hatchling
-           python-pytest
+           python-pytest-8
            python-pytest-mock
            python-setuptools-scm))
     (propagated-inputs

Reply via email to