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:
parent
a9f08a2b87
commit
9f421e6497
@ -46,6 +46,11 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# tests fail with sphinx 7.4.x
|
||||
"tests/test_renderer.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "breathe" ];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user