The circular check always fails on Plone 6.0 because there is a cyclic dependency between plone.api and Products.CMFPlone. See test failure in a collective.honeypot PR. This was fixed long time ago in 6.1 and 6.2.
If the test matrix is configured for Plone 6.0-6.2, I think it makes most sense to use the 6.2 constraints in this env. I have manually done that here in that PR.
Does this make sense?
The circular check always fails on Plone 6.0 because there is a cyclic dependency between
plone.apiandProducts.CMFPlone. See test failure in acollective.honeypotPR. This was fixed long time ago in 6.1 and 6.2.If the test matrix is configured for Plone 6.0-6.2, I think it makes most sense to use the 6.2 constraints in this env. I have manually done that here in that PR.
Does this make sense?