When I run tests I get this error during database initialization:
django.db.migrations.state.InvalidBasesError: Cannot resolve bases for [
Have you tried running manage.py makemigrations on your app before running tests?
manage.py makemigrations
Also, check if the app which model(s) you are trying to Proxy is included in your INSTALLED_APPS.