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.
closesodoo/documentation#13759
X-original-commit: 5a69ad5e14
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
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.
closesodoo/documentation#13699
Forward-port-of: odoo/documentation#13669
Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>