1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: thefuck: Use python-pytest-8.

* gnu/packages/admin.scm (thefuck):[native-inputs]: Remove
python-pytest; add python-pytest-8.

Change-Id: I532c1973c289501219c5f40ebda2f2c9d27fc20c
This commit is contained in:
Sharlatan Hellseher
2026-02-05 14:42:56 +00:00
committed by Andreas Enge
parent d83410ba4c
commit f1f049817b

View File

@@ -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))