mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
chore: move pytest option from pyproject.toml to tox.ini and set log level
The option from pyproject.toml was not picked up because tox.ini has higher precedence.
This commit is contained in:
@@ -71,6 +71,3 @@ line-length = 120
|
|||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
|
||||||
log_cli = true
|
|
||||||
|
|||||||
@@ -29,3 +29,5 @@ commands =
|
|||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
timeout = 60
|
timeout = 60
|
||||||
|
log_cli = true
|
||||||
|
log_level = info
|
||||||
|
|||||||
Reference in New Issue
Block a user