Open sbidoul opened 1 month ago
This is an exotic problem.
When an addons contains types.py at the addon root, build fails (with build and pip wheel).
types.py
build
pip wheel
Assuming it's worth investigating, we can investigate if it is something that pip or build should/would change, or if something can be done in whool.
Example in https://github.com/OCA/rest-framework/pull/397
This is an exotic problem.
When an addons contains
types.py
at the addon root, build fails (withbuild
andpip wheel
).Assuming it's worth investigating, we can investigate if it is something that pip or build should/would change, or if something can be done in whool.