Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_convert_stdlib fails under Python 3.7.0 #98

Closed
berkerpeksag opened this issue Mar 23, 2018 · 2 comments
Closed

test_convert_stdlib fails under Python 3.7.0 #98

berkerpeksag opened this issue Mar 23, 2018 · 2 comments

Comments

@berkerpeksag
Copy link
Owner

From https://travis-ci.org/berkerpeksag/astor/jobs/357390920:

======================================================================
FAIL: test_convert_stdlib (tests.test_rtrip.RtripTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/berkerpeksag/astor/tests/test_rtrip.py", line 24, in test_convert_stdlib
    self.assertEqual(result, [])
AssertionError: Lists differ: ['/home/travis/build/berkerpeksag/astor/.t[35785 chars].py'] != []
First list contains 344 additional elements.
First extra element 0:
'/home/travis/build/berkerpeksag/astor/.tox/py37/lib/python3.7/os.py'
@radomirbosak
Copy link
Contributor

I would say this is partly caused by the new python 3.7 docstring attribute mentioned in #101 . There may be other problems though.

@berkerpeksag
Copy link
Owner Author

It looks like the only remaining problem was #101 so closing this as 'fixed'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants