diff --git a/pytest.ini b/pytest.ini index 20dcb26..19d665f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,3 +3,4 @@ DJANGO_SETTINGS_MODULE = tests.testapp.settings FAIL_INVALID_TEMPLATE_VARS = 1 python_files = tests.py test_*.py *_tests.py addopts = --flakes +django_find_project = false \ No newline at end of file