gnu: python-concurrent-log-handler: Disable tests.

* gnu/packages/python-xyz.scm (python-concurrent-log-handler)
[arguments] <tests?>: Disable as broken, and can't be skipped.
[native-inputs]: Remove python-pytest.

Change-Id: Id1ec3c647428d833b938cde7b7f3dd1028f5b2b7
This commit is contained in:
Sharlatan Hellseher 2025-04-28 16:38:10 +01:00
parent 8cc71451ee
commit b5ed149bfa
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1181,8 +1181,14 @@ Jupytext are:
(sha256
(base32 "0jp4zkm0idfdsrq3jzb52iqfkh6xzm7sacz1sa34ffnkyqdk3xzh"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-portalocker))
(native-inputs (list python-hatchling python-pytest))
(arguments
(list
;; XXX: Tests are broken, no new version fixing them yet.
#:tests? #f))
(native-inputs
(list python-hatchling))
(propagated-inputs
(list python-portalocker))
(home-page "https://github.com/Preston-Landers/concurrent-log-handler")
(synopsis
"Additional log handler for Python's standard @code{logging} package")