aboutsummaryrefslogtreecommitdiffstats
path: root/conftest.py
diff options
context:
space:
mode:
authorXavier Ordoquy2014-04-17 11:09:02 +0200
committerXavier Ordoquy2014-04-17 11:09:02 +0200
commitf22ed49c648c6dc3e2cd3c1dfbda77c010189e28 (patch)
treee85a63b7db2b721c01ff7bb2a27776b47fc35490 /conftest.py
parent1797a74e828c9fdfbfb46bb4de049100b18db875 (diff)
downloaddjango-rest-framework-f22ed49c648c6dc3e2cd3c1dfbda77c010189e28.tar.bz2
Upgraded to pytest-django 2.6.1
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()