We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473ceea commit 7a7542eCopy full SHA for 7a7542e
pyproject.toml
@@ -40,6 +40,8 @@ sorl-thumbnail = "^12.11.0"
40
pre-commit = "^4.0.1"
41
black = "^24.10.0"
42
ruff = "^0.8.1"
43
+pytest = "^8.3.4"
44
+pytest-django = "^4.9.0"
45
46
[build-system]
47
requires = ["poetry-core"]
@@ -48,3 +50,6 @@ build-backend = "poetry.core.masonry.api"
48
50
[tool.ruff.lint.per-file-ignores]
49
51
"__init__.py" = ["E402", "F401", "F403"]
52
53
+[tool.pytest.ini_options]
54
+DJANGO_SETTINGS_MODULE = "tests.settings.pil"
55
+
0 commit comments