python312Packages.breathe: disable failing tests

Exclude tests that broke with Sphinx 7.4.x. The upstream project is sadly
not very well maintained these days due to funding reasons.
This commit is contained in:
Martin Weinelt 2024-10-18 17:00:10 +02:00
parent a9f08a2b87
commit 9f421e6497
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -46,6 +46,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTestPaths = [
# tests fail with sphinx 7.4.x
"tests/test_renderer.py"
];
pythonImportsCheck = [ "breathe" ];
meta = {