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

commit 8d20adadbebe7009f5fb55947ff3877d17b91c98
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 2dc7588ef6..d7a41976d8 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