Closed pytestbot closed 8 years ago
Original comment by @hheimbuerger
1.4.30 seems to fix all of our remaining issues regarding these parsing errors, thanks!
Original comment by @hheimbuerger
@hpk42 I can confirm that this fixes the specific real-life test I derived the minimal example from. Thanks!
Original comment by @hpk42
i released py==1.4.30 to pypi
Original comment by @hpk42
fix issue68 and refine the algorithm for finding line numbers for traceback reporting
→ <<cset 366ab346610c>>
Original comment by @hpk42
i fixed it and have a release candidate.
could you try pip install -i https://devpi.net/hpk/dev/ -U py
which should get you py-1.4.30?
The following example raises a
TokenError: EOF in multi-line statement
in py 1.4.29 (tested with pytest 2.7.2).Downgrading to py 1.4.28 (and pytest 2.7.1) fixes it.
Full stacktrace: