aboutsummaryrefslogtreecommitdiffstats
path: root/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'conftest.py')
-rw-r--r--conftest.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/conftest.py b/conftest.py
index 7cfc77f2..b1691a88 100644
--- a/conftest.py
+++ b/conftest.py
@@ -79,7 +79,3 @@ def pytest_configure():
settings.INSTALLED_APPS += (
'guardian',
)
-
- # Force Django to load all models
- from django.db.models import get_models
- get_models()