From 7f46387406f3d82d768a5e77d403587412e93fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Juvenal?= Date: Thu, 11 Jul 2024 10:42:22 -0300 Subject: [PATCH] Fix pytest config --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index acbe4b7..dabdefb 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,3 @@ [pytest] DJANGO_SETTINGS_MODULE=tests.settings -python_paths = . +pythonpaths = .