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

Python3 not supported properly #26

Closed
pytestbot opened this issue Sep 17, 2016 · 2 comments
Closed

Python3 not supported properly #26

pytestbot opened this issue Sep 17, 2016 · 2 comments

Comments

@pytestbot
Copy link

I get the error:

INTERNALERROR> File "/home/travis/virtualenv/python3.2/lib/python3.2/site-packages/py/_io/capture.py", line 107, in dupfile
INTERNALERROR> mode = mode and mode or f.mode
INTERNALERROR> AttributeError: '_io.TextIOWrapper' object has no attribute 'mode'

when trying to use py.test on python 3.2, FileIO has a mode attribute but TetxIOWrapper does not.

@pytestbot
Copy link
Author

Original comment by @benjaminp

What commnd did you run to get this?

@RonnyPfannschmidt
Copy link
Member

closing due to lack of feedback

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

No branches or pull requests

2 participants