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
1 files changed, 6 insertions(+), 3 deletions(-) M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +6 -3
@@ 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