{{{
./manage.py test --parallel
}}}
Error is:
{{{
TypeError: cannot pickle '_contextvars.Context' object
}}}
See attached stack trace.
- django 4.2.6
- python3.10.13 (parallel ok)
- python3.11.6 (parallel fails)
- python3.12.0 (parallel fails)
MacBook Pro Ventura 13.4.1
Similar to https://code.djangoproject.com/ticket/34010
The database is Postgres:13 running in a Docker container
--
Ticket URL: <https://code.djangoproject.com/ticket/34930>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "st.txt" added.
stack trace