-
Notifications
You must be signed in to change notification settings - Fork 20
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
[WIP] Py3 compat #42
[WIP] Py3 compat #42
Conversation
@ale-rt Thank you for your hard work fixing the Python 3 compatibility of this package. Currently this PR has failures on Python 2.7 (that's why the checks have been marked as failed by TravisCI). Could you please look into these failures and possibly fix them to get back the green baseline? |
Wow, the Python 3 tests are now green. 😁 But there are some failures on Python 2. 😢 |
Yeah, I know @icemac... unluckily I had not time to spend on this task, but I hope I can have both fixed soon :) |
* Test Python 3.5 and 3.6. * Add them as supported versions. * Clean up buildout.cfg and tox.ini.
Currently there is a test failing because a value is no longer |
I think yes, 'Bar' can be a native string in all the Python versions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Too bad Products.GenericSetup itself still fails Python 3 tests, even on the branch specified here.
Once zopefoundation/Products.GenericSetup#51 is merged (hopefully this week in Halle at the latest) I can make a release of GenericSetup and CMFCore. |
Thanks a lot @dataflake and all the other sprinters for the work you are doing! |
Depends on: