Skip to content

Commit acea893

Browse files
authored
Ignorer le dossier script lors de la collecte des tests par pytest (#1598)
1 parent cdfd6b0 commit acea893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.pytest.ini_options]
22
DJANGO_SETTINGS_MODULE = "core.test_settings"
33
env_files = [".env.template"]
4-
addopts = "--reuse-db"
4+
addopts = "--reuse-db --ignore=scripts"
55
filterwarnings = [
66
# Because of django-ninja package, cf. https://github.com/vitalik/django-ninja/issues/1266
77
"ignore::pydantic.warnings.PydanticDeprecatedSince20",

0 commit comments

Comments
 (0)