chore: migrate pytest ini_options to pytest section

This commit is contained in:
Matthias
2026-03-15 09:11:03 +01:00
parent ec1aee1f85
commit 05ffc2dba0

View File

@@ -152,14 +152,13 @@ namespaces = true
[tool.setuptools.dynamic]
version = {attr = "freqtrade.__version__"}
[tool.pytest.ini_options]
# TODO: should be migrated to [tool.pytest] as support for this was added in 9.0
[tool.pytest]
log_format = "%(asctime)s %(levelname)s %(message)s"
log_date_format = "%Y-%m-%d %H:%M:%S"
addopts = ["--dist", "loadscope"]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
addopts = "--dist loadscope"
[tool.mypy]
ignore_missing_imports = true