From b32d7db76600cf2302d6d242916b5e513f3096d4 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 24 Oct 2025 14:15:19 +0100 Subject: [PATCH] gnu: python-tasklogger: Reduce closure size, replace nose2 with pytest. * gnu/packages/python-xyz.scm (python-tasklogger)[native-inputs]: Remove python-coverage, python-coveralls, python-nose2, and python-wheel; add python-pytest. Change-Id: I2dd6106ae5063f180d0dd8312771b0108470dd79 --- gnu/packages/python-xyz.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 52335704052ab221e1710f75bbc819c50bc8784b..3dade61ce78f2445104a629da2f7077784c30903 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17829,9 +17829,12 @@ designed to efficiently cope with extremely large amounts of data.") (sha256 (base32 "1901mibcp6aiyjy8afnybrxnb0dkbdxlbvjqbr3gginlw7dr18xh")))) (build-system pyproject-build-system) - (propagated-inputs (list python-deprecated)) - (native-inputs (list python-coverage python-coveralls python-nose2 - python-numpy python-setuptools python-wheel)) + (native-inputs + (list python-pytest + python-numpy + python-setuptools)) + (propagated-inputs + (list python-deprecated)) (home-page "https://github.com/scottgigante/tasklogger") (synopsis "Extension to the core Python logging library") (description "This package provides an extension to the core Python