Has anybody had any luck speeding up Django tests with pytest-xdist? On a single core, the test suite takes about 67s to complete, but regardless of the number of cores I set with xdist, it doesn't finish faster than 60s. ./manage.py test --parallel can finish in less than 20s.