python3Packages.ftfy: disable failing tests

This commit is contained in:
Martin Weinelt 2022-03-08 23:00:02 +01:00
parent 01d4b19c6b
commit c9c62eec81

View file

@ -29,6 +29,12 @@ buildPythonPackage rec {
export PATH=$out/bin:$PATH
'';
disabledTestPaths = [
# Calls poetry and fails to match output exactly
"tests/test_cli.py"
];
meta = with lib; {
description = "Given Unicode text, make its representation consistent and possibly less broken";
homepage = "https://github.com/LuminosoInsight/python-ftfy";