#34930: Parallel tests fail on Python 3.11+ and django 4.1.0+ when
IsolatedAsyncioTestCase is used
-------------------------------------+-------------------------------------
     Reporter:  Matt Hegarty         |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Testing framework    |                  Version:  4.2
     Severity:  Normal               |               Resolution:  needsinfo
     Keywords:  pickle               |             Triage Stage:
  _contextvars.Context _contextvars  |  Unreviewed
  Context                            |
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Natalia Bidart):

 * cc: Carlton Gibson, Mariusz Felisiak (added)


Comment:

 I can confirm that the `./manage.py test --parallel` works with any
 version of Django (4.0, 4.2, 5.0b1) and Python 3.10.

 {{{
 root@568680bc51ec:/tutorial# python --version
 Python 3.10.13
 root@568680bc51ec:/tutorial# python manage.py test --parallel
 Found 2 test(s).
 System check identified no issues (0 silenced).
 ..
 ----------------------------------------------------------------------
 Ran 2 tests in 0.025s

 OK
 }}}

 Given that this is an issue related to the Python version, I'm not sure
 how to proceed. Mariusz, Carlton, what would be your advice in this case?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34930#comment:10>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018b7174f9af-16e976d3-d940-4a76-b573-2e9376b5cee8-000000%40eu-central-1.amazonses.com.

Reply via email to