From 4fac1edfc0e82faaac63bf1ac60f701ca00246ae Mon Sep 17 00:00:00 2001 From: SKairinos Date: Thu, 28 Mar 2024 15:33:13 +0000 Subject: [PATCH] ci: test discovery --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 08366d08e..db809df8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,3 +4,6 @@ build-backend = "setuptools.build_meta:__legacy__" [tool.black] line-length = 120 + +[tool.pytest.ini_options] +DJANGO_SETTINGS_MODULE = "example_project.settings"