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 cdfd6b0 commit acea893Copy full SHA for acea893
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.pytest.ini_options]
2
DJANGO_SETTINGS_MODULE = "core.test_settings"
3
env_files = [".env.template"]
4
-addopts = "--reuse-db"
+addopts = "--reuse-db --ignore=scripts"
5
filterwarnings = [
6
# Because of django-ninja package, cf. https://github.com/vitalik/django-ninja/issues/1266
7
"ignore::pydantic.warnings.PydanticDeprecatedSince20",
0 commit comments