Summary: | dev-python/pyflakes-2.4.0 fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | andrewammerlaan, mgorny |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/PyCQA/pyflakes/issues/697 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
2022-05-16 13:13:04 UTC
Created attachment 779219 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern: ") ') ') != (1, '[57 chars]4c:1:7: non-default argument follows default a[39 chars]^ ") != (1, "[57 chars]mx:8:8: end of file (EOF) while scanning tripl[48 chars]^ ") != (1, "[57 chars]q9:1:5: (unicode error) 'unicodeescape' codec [79 chars]^ ') != (1, '[58 chars]m:1:12: positional argument follows keyword ar[38 chars]^ AssertionError: Tuples differ: (1, '[57 chars]4c:1:17: non-default argument follows default [50 chars]^ AssertionError: Tuples differ: (1, "[57 chars]mx:8:11: end of file (EOF) while scanning trip[52 chars]^ AssertionError: Tuples differ: (1, "[57 chars]q9:1:6: (unicode error) 'unicodeescape' codec [80 chars]^ AssertionError: Tuples differ: (1, '[58 chars]m:1:16: positional argument follows keyword ar[42 chars]^ C{syntaxError} reports that there was a syntax error in the source ... ok FAILED (failures=4, skipped=44) FAIL: test_invalidEscape (pyflakes.test.test_api.CheckTests) FAIL: test_multilineSyntaxError (pyflakes.test.test_api.CheckTests) FAIL: test_nonDefaultFollowsDefaultSyntaxError (pyflakes.test.test_api.CheckTests) FAIL: test_nonKeywordAfterKeywordSyntaxError (pyflakes.test.test_api.CheckTests) Source which includes a syntax error which results in the raised Source which includes a syntax error which results in the raised ... FAIL |