mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
Force tests in 5.2.x to use the "fork" method unconditionally, to disable using the newer "forkserver" method in Python 3.14+. Upstream does not support Python 3.14 at all in this branch, and we are already backporting a few patches to make them work; most of them actually related to the default start method change. However, they still do not seem sufficient, and we're seeing random test regressions depending on the job count. Given most of the issues were test-related before, let's test using the "fork" method to avoid the problems. We will continue providing the Python 3.14+ backports and nominal support for the "forkserver" method, as it is unlikely to be causing real life issues. Signed-off-by: Michał Górny <mgorny@gentoo.org>