odoo/odoo#163562

Created by Framework (ORM), Xavier Dollé (xdo)
label
odoo-dev:15.0-avoid-multhithread-fork-xdo
head
f3e1c25a8b6547102712294132644f879988b388
target
15.0
merged
3 weeks ago by Framework (ORM), Christophe Monniez (moc)

[FIX] tests: avoid to fork in multithread process

Since python 3.12 https://github.com/python/cpython/pull/100229, fork inside a multi threaded process will raise a warning.

We actually have another solution to get rid of the fork that was implemented in more recent versions.

part of #162438