From f1f049817be4f060c9fa2676919131688efb933c Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 5 Feb 2026 14:42:56 +0000 Subject: [PATCH] gnu: thefuck: Use python-pytest-8. * gnu/packages/admin.scm (thefuck):[native-inputs]: Remove python-pytest; add python-pytest-8. Change-Id: I532c1973c289501219c5f40ebda2f2c9d27fc20c --- gnu/packages/admin.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index bf468495f8..623ec7e09f 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -4068,7 +4068,7 @@ plug-in architecture to allow monitoring other system metrics.") (native-inputs (list go python-mock - python-pytest + python-pytest-8 python-pytest-mock python-setuptools python-wheel))