-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
PLIP jobs: test against Py3 and Py2 #549
Comments
Yeah, as I was fixing the jobs earlier before I did notice that... Your idea sounds like a good solution. Let me put my kids to sleep and I will try to work on that. |
:D |
@thet done! Now we have PLIP jobs targeting 2.7/3.6/3.7 things might be a bit off still, let me know: |
@gforcada awesome! the plip configuration is referenced incorrectly - absolute to the filesystem's root:
|
@gforcada reminder for the broken PLIP initialization |
@thet I will have a look right now |
Fixed (at least that bug, there might be others 😅 ): https://jenkins.plone.org/view/PLIPs/job/plip-plone-staticresources-2.7/3/console |
@gforcada tnx! |
Branch: refs/heads/main Date: 2024-12-20T06:52:47+01:00 Author: Philip Bauer (pbauer) <[email protected]> Commit: plone/plone.api@0da4d70 Fix api.content.get when a item in the path is not accessible to the user (#549) Files changed: A news/549.bugfix M src/plone/api/content.py Repository: plone.api Branch: refs/heads/main Date: 2024-12-20T08:19:24+01:00 Author: Philip Bauer (pbauer) <[email protected]> Commit: plone/plone.api@c6cfdb4 add test Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/main Date: 2024-12-21T21:52:17+01:00 Author: Philip Bauer (pbauer) <[email protected]> Commit: plone/plone.api@ef01287 Merge pull request #550 from plone/fix_getting_content_in_inaccessible_containers Fix api.content.get when a item in the path is not acccessible Files changed: A news/549.bugfix M src/plone/api/content.py M src/plone/api/tests/test_content.py
Branch: refs/heads/main Date: 2024-12-20T06:52:47+01:00 Author: Philip Bauer (pbauer) <[email protected]> Commit: plone/plone.api@0da4d70 Fix api.content.get when a item in the path is not accessible to the user (#549) Files changed: A news/549.bugfix M src/plone/api/content.py Repository: plone.api Branch: refs/heads/main Date: 2024-12-20T08:19:24+01:00 Author: Philip Bauer (pbauer) <[email protected]> Commit: plone/plone.api@c6cfdb4 add test Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/main Date: 2024-12-21T21:52:17+01:00 Author: Philip Bauer (pbauer) <[email protected]> Commit: plone/plone.api@ef01287 Merge pull request #550 from plone/fix_getting_content_in_inaccessible_containers Fix api.content.get when a item in the path is not acccessible Files changed: A news/549.bugfix M src/plone/api/content.py M src/plone/api/tests/test_content.py
Branch: refs/heads/1.x Date: 2024-12-20T09:15:14+01:00 Author: Philip Bauer (pbauer) <[email protected]> Commit: plone/plone.api@c8abe54 backport fix for #549 Files changed: M src/plone/api/content.py M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/1.x Date: 2024-12-20T09:16:49+01:00 Author: Philip Bauer (pbauer) <[email protected]> Commit: plone/plone.api@8ca6c9e add news Files changed: A news/551.bugfix Repository: plone.api Branch: refs/heads/1.x Date: 2024-12-21T21:52:23+01:00 Author: Philip Bauer (pbauer) <[email protected]> Commit: plone/plone.api@212bb72 Merge pull request #551 from plone/backport_549 backport fix for #549 Files changed: A news/551.bugfix M src/plone/api/content.py M src/plone/api/tests/test_content.py
Currently we only test against Python 2 on PLIP jobs. We probably need a way to test against Python 3 and Python 2.
The easiest way to do this might be to provide 2 buildout configurations per PLIP.
The text was updated successfully, but these errors were encountered: