python3Packages.pyflakes: disable failing test for PyPy3
test_misencodedFileUTF16 fails with PyPy3 as it outputs a different error message than CPython.
This commit is contained in:
parent
f6b62e03ed
commit
20d8a653d0
@ -26,6 +26,7 @@ buildPythonPackage rec {
|
|||||||
disabledTests = lib.optionals isPyPy [
|
disabledTests = lib.optionals isPyPy [
|
||||||
# https://github.com/PyCQA/pyflakes/issues/779
|
# https://github.com/PyCQA/pyflakes/issues/779
|
||||||
"test_eofSyntaxError"
|
"test_eofSyntaxError"
|
||||||
|
"test_misencodedFileUTF16"
|
||||||
"test_misencodedFileUTF8"
|
"test_misencodedFileUTF8"
|
||||||
"test_multilineSyntaxError"
|
"test_multilineSyntaxError"
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user