[IMP] bump setuptools-odoo version in all branches#333
Conversation
|
PS: this is to have https://github.com/acsone/setuptools-odoo/releases/tag/3.3.2 |
|
@sbidoul Thanks for the merge! Will this fix https://github.com/OCA/oca-ci/actions/runs/22051093544 as well or do we need to fix that separately with a version hint for setuptools? |
|
it won't, for this we really need the constrains file I think |
|
I'll look at oca-ci. For pre-commit yeah, the problem with it is that it does not pin transitive dependencies. |
|
Tracking oca-ci build here: OCA/oca-ci#118 |
|
I've hacked this for some openupgrade workflows: https://github.com/OCA/OpenUpgrade/blob/18.0/.github/workflows/documentation-commit.yml#L55-L56 |
|
Yes, that works too, but if we can avoid global build constraints that will be more robust. Because one day some dependency will require setuptools>=82 to build. |
after the pkg_resourcalypse, I think we should do that across the board.
Or would it be more prudent to create a constraint file to set PIP_BUILD_CONSTRAINT to?
Test v16 repo: OCA/event#495