Closed hvelarde closed 7 years ago
A test having a collection without query would be nice, but I don't know if it's worth the hassle. What do you think?
@makelli did you do exactly what @hvelarde said here (added if query is None:
in your snippet) to solve your problem?
I'm not going to add that test, but feel free to do it ;-)
Just a brainstorm: we've seen too many packages pinning coverage as coverage =
in it's buildouts. Do you think it's possible to handle this in https://github.com/collective/buildout.plonetest?
yes, but we need to pin a specific version; which one is used in Plone 5?
All configuration on plonegovbr release/1.1.5.2
On Thu, Jan 26, 2017 at 10:05 AM, Héctor Velarde notifications@github.com wrote:
yes, but we need to pin a specific version; which one is used in Plone 5?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/collective/collective.nitf/pull/187#issuecomment-275383619, or mute the thread https://github.com/notifications/unsubscribe-auth/AH_L2XoSC1C1M8Ohz8tJkCYTk11QOb-gks5rWJoggaJpZM4Lul6Y .
Your buildout extends https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-4.3.x.cfg, which extends https://raw.githubusercontent.com/collective/buildout.plonetest/master/plone-4.3.x.cfg, which extends http://dist.plone.org/release/4.3-latest/versions.cfg, which extends http://dist.plone.org/versions/zope-2-13-24-versions.cfg which extends http://dist.plone.org/versions/zopetoolkit-1-0-8-ztk-versions.cfg that pins coverage to 3.5.2.
Your build broke because someone is asking for coverage > 3.7: it's createcoverage from https://github.com/collective/buildout.plonetest/blob/master/qa.cfg, since 1.4.1 it asks for coverage > 3.7.
In Plone 5, Plone overrides zope (which uses 3.5.2) to use 3.7.1 instead.
IMHO, we have three options:
Strange enough, Plone 5.1 uses 3.5.2 again. Don't know why.
Since it's the 1.x branch and not master, I think the test here is not worth the hassle, so it's merged.
I think the third option is the best one.
Me too.
Do you know how http://dist.plone.org/release/4.3-latest/versions.cfg is created? Who should we talk too, can @esteele help us?
I have no idea.
closes #186