~ruther/guix-local

b5ed149bfac1a70c2e057795735199a52c9493a1 — Sharlatan Hellseher 1 year, 15 days ago 8cc7145
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
1 files changed, 8 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +8 -2
@@ 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")