-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
'TerminalWriter' object has no attribute 'chars_on_current_line' #2961
Comments
Forgot to mention that reverting to pytest==3.2.5 solves the problem! |
Your Can you test upgrading |
Yep, As @The-Compiler suggests, please try to upgrade |
That fixed it. I think there was another requirement that was pulling py==1.4.X and for some reason pip wasn't complaining. Feel free to close this. Thanks for the quick reply! |
@fim another case for pypa/pip#988 |
Seems like the latest change broke TerminalWriter. When I try to use pytest I get the following:
It seems like the chars_on_current_line() method is missing from the codebase
The text was updated successfully, but these errors were encountered: