python3Packages.sphinx-pytest: disable failing test

This commit is contained in:
Martin Weinelt
2026-02-01 16:40:25 +01:00
parent 1e34650c63
commit f67eb75199
@@ -34,6 +34,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# https://github.com/sphinx-extensions2/sphinx-pytest/issues/28
"test_no_transforms"
];
meta = {
changelog = "https://github.com/sphinx-extensions2/sphinx-pytest/releases/tag/v${version}";
description = "Helpful pytest fixtures for Sphinx extensions";