1👍
✅
It can be related to south migrations. If so, you can avoid this by using SOUTH_TESTS_MIGRATE = False
, then test runner will use syncdb instead of migrate.
Source:stackexchange.com