Files
Michał Górny 7e09f225a1 dev-python/django: Force testing 5.2.x with the fork start method
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>
2026-07-10 13:58:50 +02:00
..
2026-07-09 21:13:58 +02:00