We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1aee1 commit 05ffc2dCopy full SHA for 05ffc2d
1 file changed
pyproject.toml
@@ -152,14 +152,13 @@ namespaces = true
152
[tool.setuptools.dynamic]
153
version = {attr = "freqtrade.__version__"}
154
155
-[tool.pytest.ini_options]
156
-# TODO: should be migrated to [tool.pytest] as support for this was added in 9.0
+[tool.pytest]
157
log_format = "%(asctime)s %(levelname)s %(message)s"
158
log_date_format = "%Y-%m-%d %H:%M:%S"
+addopts = ["--dist", "loadscope"]
159
160
asyncio_mode = "auto"
161
asyncio_default_fixture_loop_scope = "function"
162
-addopts = "--dist loadscope"
163
164
[tool.mypy]
165
ignore_missing_imports = true
0 commit comments