python3Packages.twine: ignore docutils 0.23 string changes

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:19 +02:00
parent fd69fdf179
commit 27e116834f
@@ -55,6 +55,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# docutils 0.23 string changes
"test_fails_rst_syntax_error"
];
pythonImportsCheck = [ "twine" ];
meta = {