mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8cc71451ee
commit
b5ed149bfa
1 changed files with 8 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue