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

Work around unittest-xml-reporting 2.0 dropping Python 2.6 support #333

Merged
merged 1 commit into from
Feb 15, 2016

Conversation

snordhausen
Copy link

Version 2.0 of unittest-xml-reporting has dropped support for Python 2.6. To work around that, pybuilder's unittest plugin should use an older version when Python2.6 is used.

mriehl added a commit that referenced this pull request Feb 15, 2016
Work around unittest-xml-reporting 2.0 dropping Python 2.6 support
@mriehl mriehl merged commit aba4385 into pybuilder:master Feb 15, 2016
@mriehl
Copy link
Member

mriehl commented Feb 15, 2016

Thanks. A lot of libraries seem to be dropping 2.6 support :-/

@snordhausen
Copy link
Author

Could you please release a new version soon? This issue currently breaks all our builds.

@mriehl
Copy link
Member

mriehl commented Feb 19, 2016

You can pip install --pre or pip install pybuilder==0.11.7.dev20160218114426 since I merged this and we release with every push. I am planning to release a new version next week.

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

Successfully merging this pull request may close these issues.

2 participants