-
-
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
Plone 6 + py3 only, Makefile, GH Actions #113
base: main
Are you sure you want to change the base?
Conversation
find . -name "*.py" -exec pyupgrade --py3-only --py37-plus {} +
Test setup is broken: Testrunner and LDAP (slapd) not found. |
I have done a few minor fixes on the Two problems remain, as @jensens already mentioned: no tests found and slapd not found. When you run What works for me instead: If we fix that, the second problem is that
I did run
This is with Python 3.11 on Ubuntu 22.04. @jensens @rnixx Does this give you enough hints to pick this up again? |
In other news, the Using these versions next to an internal release of
I don't think we are using groups from LDAP in this site. But authentication works, and search works. Control panel could be a bit better: fieldsets are not shown in tabs, but simply everything below each other. But that is a minor point for me. |
No description provided.