google / pasta

Library to refactor python code through AST manipulation.
Apache License 2.0
341 stars 40 forks source link

Travis CI: Add Python 3.9 to the tests #85

Closed cclauss closed 3 years ago

soupytwist commented 3 years ago

Thanks!

cclauss commented 3 years ago

The results are a bit disappointing.

soupytwist commented 3 years ago

Forgot to generate golden data for these; many of the tests check against expected output, but this didn't exist for 3.9.

python3.9 setup.py test -m pasta.base.annotate_test.generate_goldens

386d94c

Still some other failures which are not related to this and have me baffled at the moment...