-
Notifications
You must be signed in to change notification settings - Fork 13
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
Dependency fix #45
Dependency fix #45
Conversation
@petschki thanks for creating this Pull Request and helping to improve Plone! TL;DR: Finish pushing changes, pass all other checks, then paste a comment:
To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically. Happy hacking! |
@jenkins-plone-org please run jobs |
I think this issue gets fixed with this too #29 |
pre-commit.ci autofix |
@jenkins-plone-org please run jobs |
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.
Mostly good, thanks! One inline comment with a small request for Windows, but that is really unrelated to this PR.
But with the plone/meta
changes we also run pyupgrade
to convert the code to Python 3.8+ only. And latest black
is run. So this will break Python 2 compatibility. So this is a breaking change.
I am okay with that. But it means the setup.py can be cleaned up a bit more, changelog updated. maybe the readme.
I have created a 2.x branch from current master, and have let coredev 5.2 use this.
BTW, I don't think this has any influence on Jenkins, so those jobs do not need to run. We should let mr.roboto ignore this repo. |
Okay, I added this in a |
41ca172
to
4e3197f
Compare
@jenkins-plone-org please run jobs |
Can anyone activate GHA here? |
85ac26d
to
8e950b6
Compare
e1608b6
to
bde1615
Compare
The central workflow? Done. |
2a9bc00
to
d007ad0
Compare
d007ad0
to
f4df9be
Compare
@jenkins-plone-org please run jobs |
f920b2c
to
8dc0b1f
Compare
8dc0b1f
to
12b1c23
Compare
@jenkins-plone-org please run jobs |
I testet this on my Parallels Win11 and it worked. Tests are also fixed. @mauritsvanrees what do you think? |
@icemac we are pinning
do we have to take care about that in this recipe, or is this a bug in |
@petschki The problem with |
Looking good now. Thanks! |
Dependency on
ZEO
andzdaemon
are lost when defining additionaleggs
in the recipe. Make sure we do not loose our required dependencies in that case.see discussion https://community.plone.org/t/plone-6-0-4-released/17406/7?u=petschki