From 24ba37f00f67012564979e605c7ec65890ec5ac4 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 1 Oct 2025 22:16:49 +0100 Subject: [PATCH] gnu: python-zipfly: Enable tests. * gnu/packages/python-xyz.scm (python-zipfly)[arguments] : Enable. : Use 'unittest. [native-inputs]: Remove python-wheel. Change-Id: I5415fd7b23616ac0f12f490cfffa81f408ba47be --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a56da520c23e249694216864e08c3fbd7f8affce..0e7623dadefc286e2757d9e85b855967d7541198 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16730,8 +16730,8 @@ command pipeline functionality.") "1h7g922a8lsqd69j8blgcgg0lcd8kz51b2p4glfqmgx4vi1nkick")))) (build-system pyproject-build-system) (arguments - (list #:tests? #f)) ; no tests - (native-inputs (list python-setuptools python-wheel)) + (list #:test-backend #~'unittest)) + (native-inputs (list python-setuptools)) (home-page "https://github.com/sandes/zipfly") (synopsis "Zip archive generator") (description "ZipFly is a zip archive generator. It was created to