-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
colorama doesn't play well with pytest #82
Comments
colorama 0.3.6 was released yesterday with a fix for this issue. Are you using the latest version? |
Stack trace is from Travis running a Travis and py.test test so if you've pushed to PyPi then yes -
|
The new version is on pypi and the line that fails:
has been changed - it's not the same as the one on pypi. Can you please check the settings of your travis build to see why it's not using the latest version? |
Seems to be a dupe of #81 then really. |
Maybe you are seeing a new error now? #84 |
@robmoggach does this still reproduce? If it does, can you please link to the Travis build that fails? |
Sorry no - removed it as a dependency for my rushed project Robert Moggach
|
I see. Is it ok if I close this ticket, then? I can't reproduce this. |
Yup go for it
|
When I run tests on a package using colorama I get this lovely traceback:
Removing colorama fixes the problem...
The text was updated successfully, but these errors were encountered: