guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b32d7db76600cf2302d6d242916b5e513f3096d4
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 24 14:15:19 2025 +0100
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 5233570405..3dade61ce7 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