From 5b32fdc0a50071f5ded71a6f2686cde34853696e Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Tue, 23 Apr 2024 17:10:49 +0100 Subject: [PATCH] Don't find and add dependencies --- pytest.ini | 1 + 1 file changed, 1 insertion(+) 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