diff options
| author | Xavier Ordoquy | 2014-04-17 11:09:02 +0200 | 
|---|---|---|
| committer | Xavier Ordoquy | 2014-04-17 11:09:02 +0200 | 
| commit | f22ed49c648c6dc3e2cd3c1dfbda77c010189e28 (patch) | |
| tree | e85a63b7db2b721c01ff7bb2a27776b47fc35490 /conftest.py | |
| parent | 1797a74e828c9fdfbfb46bb4de049100b18db875 (diff) | |
| download | django-rest-framework-f22ed49c648c6dc3e2cd3c1dfbda77c010189e28.tar.bz2 | |
Upgraded to pytest-django 2.6.1
Diffstat (limited to 'conftest.py')
| -rw-r--r-- | conftest.py | 4 | 
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() | 
