mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-25 20:37:04 +08:00
Merge branch 'rm-2.6' of https://github.com/hugovk/parso
This commit is contained in:
@@ -282,10 +282,7 @@ if sys.version_info >= (3, 6):
|
||||
'f"s" b""',
|
||||
'b"s" f""',
|
||||
]
|
||||
if sys.version_info >= (2, 7):
|
||||
# This is something that raises a different error in 2.6 than in the other
|
||||
# versions. Just skip it for 2.6.
|
||||
FAILING_EXAMPLES.append('[a, 1] += 3')
|
||||
FAILING_EXAMPLES.append('[a, 1] += 3')
|
||||
|
||||
if sys.version_info[:2] == (3, 5):
|
||||
# yields are not allowed in 3.5 async functions. Therefore test them
|
||||
|
||||
Reference in New Issue
Block a user