python3Packages.ftfy: skip test broken by wcwidth 0.2.14
This commit is contained in:
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";
|
||||
|
||||
Reference in New Issue
Block a user