python312Packages.sphinx: add breathe to passthru.tests

This commit is contained in:
Robert Schütz
2025-01-27 10:54:21 +01:00
committed by Martin Weinelt
parent 5a6d9ebdf1
commit 55e0fc6b2d
@@ -36,6 +36,9 @@
html5lib,
pytestCheckHook,
pytest-xdist,
# reverse dependencies to test
breathe,
}:
buildPythonPackage rec {
@@ -143,6 +146,10 @@ buildPythonPackage rec {
"test_partialfunction"
];
passthru.tests = {
inherit breathe;
};
meta = {
description = "Python documentation generator";
longDescription = ''