kevlened / pytest-parallel

A pytest plugin for parallel and concurrent testing
https://github.com/browsertron/pytest-parallel/issues/104#issuecomment-1293941066
MIT License
313 stars 59 forks source link

not compatible with django #113

Open ahmedyasserays opened 2 years ago

ahmedyasserays commented 2 years ago

each worker created is trying to create a new database test_ which is already created by other workers

jedie commented 2 years ago

Maybe https://pytest-django.readthedocs.io/en/latest/usage.html#running-tests-in-parallel-with-pytest-xdist is a usable solution?