From 4ddc8ea1c21d6f602c144655c8853cb35b1188f7 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 21 Nov 2025 19:00:46 +0100 Subject: [PATCH] gnu: python-logutils: Switch to pyproject. * gnu/packages/python-xyz.scm (python-logutils): [build-system]: Switch to pyproject-build-system. [arguments]<#:test-flags>: Disable failing tests. [native-inputs]: Add python-pytest, python-setuptools. Change-Id: Ib307c525df3fa28b9a547fa109cfaadcd1b39dfa Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b9fa72090e8..edfd975ebfd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -31688,7 +31688,14 @@ environment.") (sha256 (base32 "10lsi5wv5ysnvf9ya4ncbix6mmipnv5067sf2cglc2f2sljql1dw")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (arguments + (list + #:test-flags + ;; XXX: Unclear why this test fails. + #~(list "--deselect=tests/test_adapter.py::AdapterTest::test_hashandlers" + "--ignore=tests/test_redis.py"))) + (native-inputs (list python-pytest python-setuptools)) (home-page "https://bitbucket.org/vinay.sajip/logutils/") (synopsis "Logging utilities") (description "This package provides a set of handlers for the Python