python3Packages.pyflakes: disable failing test for PyPy3
test_misencodedFileUTF16 fails with PyPy3 as it outputs a differenterror message than CPython.
Max Wipfli 4 months ago 20d8a653 f6b62e03
··· 26 26 disabledTests = lib.optionals isPyPy [ 27 27 # https://github.com/PyCQA/pyflakes/issues/779 28 28 "test_eofSyntaxError" 29 29 + "test_misencodedFileUTF16" 29 30 "test_misencodedFileUTF8" 30 31 "test_multilineSyntaxError" 31 32 ];