python3Packages.ftfy: skip test broken by wcwidth 0.2.14

This commit is contained in:
Robert Schütz
2026-02-01 17:41:02 +01:00
committed by Martin Weinelt
parent 3002493894
commit 2af5a88efd
@@ -41,6 +41,11 @@ buildPythonPackage rec {
export PATH=$out/bin:$PATH
'';
disabledTests = [
# https://github.com/rspeer/python-ftfy/issues/226
"ftfy.formatting.monospaced_width"
];
meta = {
changelog = "https://github.com/rspeer/python-ftfy/blob/${src.rev}/CHANGELOG.md";
description = "Given Unicode text, make its representation consistent and possibly less broken";