-
Notifications
You must be signed in to change notification settings - Fork 4
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
Depend on plone.app.standardtiles #96
Conversation
@@ -9,6 +9,7 @@ | |||
widgets_require = ["plone.app.widgets"] | |||
test_require = [ | |||
"plone.app.tiles", | |||
# "plone.app.standardtiles", |
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.
I pushed it commented on purpose to see if I can trigger the error in the test build
I think that's a circular dependency here https://github.com/plone/plone.app.standardtiles/blob/main/setup.py#L39 ... I do not think, that |
Thanks @petschki, that's indeed a circular dependency.
It became an hard one on in 5.1.0:
5.1.0 contains have #94 which is missing on master. I think there is quite a lot to do here... |
Regarding the hard dependency: I think The soft dependency should really be solved differently maybe with an |
Yeah I am definitely convinced that I updated #95 and I will close this PR.
Maybe the other way around (i.e., moving |
Are there changes to merge into |
I would say we can close this one |
Refs. #95
Refs. #94 that introduced an hard dependency on that package