Commit Graph

2 Commits

Author SHA1 Message Date
Xavier-Do
459436a9df [IMP] conf: vendor python inventories
Reaching external ressources while running tests is an important source
of random error and can even causes deterministic errors when a service
is down for a while.

Runbot will soon block all external requests, this commit follows
changes introduced in #13669 and vendors the python inventories.

closes odoo/documentation#13754

X-original-commit: 5a69ad5e14
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
2025-06-24 06:01:40 +00:00
Xavier Morel
c25abf712e [IMP] conf: remove pillow inventory, cache werkzeug
The pallets website is regularly unreachable (due to DNS failures so it's not even that we get rate limited even though we probably hit it excessively), which causes a warning during documentation build, which in turn causes a completely unnecessary build failure.

Some werkzeug links seem to be generated (in the backend docs), so just commit the werkzeug inventory file as it's pretty small.

Also remove the pillow inventory entirely, it doesn't seem to cause issues but also seems completely unused.

closes odoo/documentation#13695

Forward-port-of: odoo/documentation#13669
Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
2025-06-13 13:33:34 +00:00