From 44b7d16075fed1d71ed6637a7bc0df17b4323abe Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 16 Jul 2026 22:44:50 +0100 Subject: gnu: Add python-pytest-loguru. * gnu/packages/python-check.scm (python-pytest-loguru): New variable. --- gnu/packages/python-check.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'gnu/packages/python-check.scm') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 2b9151d329c..fe71450d954 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -3473,6 +3473,34 @@ isort.") you can upload files and test FTP functionality.") (license license:expat))) +(define-public python-pytest-loguru + (package + (name "python-pytest-loguru") + (version "0.4.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/mcarans/pytest-loguru") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0jb8ps314dr5r755a3kv3ss3xybvcc1pf5zrircq9z2lr7jv3jp8")))) + (build-system pyproject-build-system) + (native-inputs + (list python-hatch-vcs + python-hatchling + python-pytest-bootstrap)) + (propagated-inputs + (list python-loguru)) + (home-page "https://github.com/mcarans/pytest-loguru") + (synopsis "Pytest Loguru plugin") + (description + "This package provides a pytest plugin to add support for +@url{https://loguru.readthedocs.io/en/stable/, Loguru} to Pytest's caplog +fixture.") + (license license:expat))) + (define-public python-pytest-metadata (package (name "python-pytest-metadata") -- cgit v1.2.3