collective / collective.jsonmigrator

JSON based migrations for Plone
GNU General Public License v2.0
8 stars 21 forks source link

Fix the CI (again) #48

Closed shogunbr closed 2 years ago

shogunbr commented 2 years ago

Is the zc.buildout version pin in base.cfg really required?

wesleybl commented 2 years ago

Is the zc.buildout version pin in base.cfg really required?

It is necessary to make the buildout version uniform across all Plone versions.

https://github.com/collective/collective.jsonmigrator/blob/master/constraints_plone43.txt

But we can also let each version of Plone use its buildout version. Feel free to create a PR.