Closed hvelarde closed 1 year ago
@plone/framework-team can someone take a look into this and provide a workaround? thanks!
Looked at it, sorry, I have no clue. Just some wild guesses: Some circular import anywhere?
Did you alredy pdb into plone/app/blob/markings.py
?
the problem is this commit of yours: https://github.com/plone/plone.app.blob/commit/f0b99222dc1d98d771d2e3f9e7329353e10a4569
and the fact that there is no image
object in that place right now:
https://github.com/plone/Products.ATContentTypes/tree/2.2.x/Products/ATContentTypes/interfaces
because we were importing all objects from the module previously:
https://github.com/plone/Products.ATContentTypes/blob/2.2.x/Products/ATContentTypes/interface.py
This is also an issue here: https://travis-ci.org/collective/collective.z3cform.datagridfield/builds/393227558
I close the issue, because it addresses a Plone version that is no longer supported. If you think this is wrong please reopen the issue and assign a matching milestone.
What I did:
I'm testing the collective.liveblog add-on for Plone 5.0 compatibility as usual.
What I expect to happen:
Tests must pass.
What actually happened:
Tests fail with the following traceback:
What version of Plone/ Addons I am using:
Error happens in Plone 5.0.7 and 5.0.8 but was not present in Plone 5.0.6.
Error doesn't happen in Plone 4.3 neither Plone 5.1:
https://travis-ci.org/collective/collective.liveblog/builds/264350511