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

unit test fails with nose 1.3.0 #323

Closed
dirk-thomas opened this issue Nov 30, 2013 · 0 comments
Closed

unit test fails with nose 1.3.0 #323

dirk-thomas opened this issue Nov 30, 2013 · 0 comments
Assignees
Labels

Comments

@dirk-thomas
Copy link
Member

The class nose.plugins.xunit.Tee in nose 1.3.0 lacks the isatty() method. It has been fixed upstream in nose-devs/nose@8b2e522 but the patch is not yet released.

if self._colorize and color and fd.isatty():
needs to be modified to work with that.

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

No branches or pull requests

1 participant