lol

python3Packages.ftfy: disable failing tests

+6
+6
pkgs/development/python-modules/ftfy/default.nix
··· 29 29 export PATH=$out/bin:$PATH 30 30 ''; 31 31 32 + disabledTestPaths = [ 33 + # Calls poetry and fails to match output exactly 34 + "tests/test_cli.py" 35 + ]; 36 + 37 + 32 38 meta = with lib; { 33 39 description = "Given Unicode text, make its representation consistent and possibly less broken"; 34 40 homepage = "https://github.com/LuminosoInsight/python-ftfy";