I'd like to consider the idea of migrating the test set of all the python modules to pytest
It would help for several aspects, especially via the test fixtures mechanism, like make it easier to write tests for things like celery tasks (see celery fixtures for example)
The main problem is that it will most probably require to migrate all tests at once, which seems quite a job.
Update: we've decided to go ahead with this