summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-05 14:42:56 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:59 +0100
commitf1f049817be4f060c9fa2676919131688efb933c (patch)
tree222db0da1189954771de3b4250c9957e5b7b8ca9
parentd83410ba4c3eb3d9962b9bf564f828f60de3f762 (diff)
gnu: thefuck: Use python-pytest-8.
* gnu/packages/admin.scm (thefuck):[native-inputs]: Remove python-pytest; add python-pytest-8. Change-Id: I532c1973c289501219c5f40ebda2f2c9d27fc20c
-rw-r--r--gnu/packages/admin.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index bf468495f8b..623ec7e09f1 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))