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

commit fd6ca1782f4fc9eb614b0510b30afdf30b3e087c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 29 10:21:30 2026 +0000

    gnu: python-plotly: Use python-pytest-8.
    
    * gnu/packages/python-science.scm (python-plotly):
      [native-inputs]: Remove python-pytest; add python-pytest-8.
    
    Change-Id: I6ae645843e661c60c05e40823a6c0b0330144d35
---
 gnu/packages/python-science.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index c5090e6b0f..a2d2470976 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5210,7 +5210,7 @@ and more
 (define-public python-plotly
   (package
     (name "python-plotly")
-    (version "5.24.1")
+    (version "5.24.1") ;XXX: it's the last 5.X.X, released on <2024-09-12>
     (source
      (origin
        (method git-fetch)
@@ -5301,7 +5301,7 @@ and more
            python-pillow
            python-psutil
            python-pyshp
-           python-pytest
+           python-pytest-8
            python-pytz
            python-requests
            python-retrying

Reply via email to