guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 73949683880f5e45b8850c336da9fc8143e5300f
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 96d0f005f4..98322aeb56 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5245,7 +5245,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)
@@ -5336,7 +5336,7 @@ and more
python-pillow
python-psutil
python-pyshp
- python-pytest
+ python-pytest-8
python-pytz
python-requests
python-retrying