-
-
Notifications
You must be signed in to change notification settings - Fork 20
Plone 6 + py3 only, Makefile, GH Actions #113
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
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. |
…nk> should be removed, at line 7, column 66" message
Added the i18n support
|
needs a merge of main - and look at the conflicts, then its ready for merge |
|
I was trying this branch on a buildout and I get: |
This PR wants to merge main in to this branch: https://github.com/collective/pas.plugins.ldap/pull/136/files BTW I would consider rebasing. |
Well. I have no idea how buildout works with modern project layouts with |
No description provided.