From 7dd5a44161e0ae6e28b8b57117766b88caed0361 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 29 Jan 2026 10:21:30 +0000 Subject: 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(-) (limited to 'gnu/packages/python-science.scm') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 96d0f005f43..98322aeb568 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 -- cgit v1.3