Closed nvbn closed 6 years ago
https://travis-ci.org/simonpercivall/astunparse/jobs/230782095#L587 failed because in Python 3.6.1 FormattedValue.format_spec
is JoinedStr
instead of Str
. It's fixed in #19
Tests failed on travis-ci with python 3.2 with unrelated error - https://travis-ci.org/simonpercivall/astunparse/jobs/230798076
@nvbn if you rebase on https://github.com/simonpercivall/astunparse/pull/21 you can get the tests passing.
It was failing before changes, like described in #17. After changes: