mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16:29 +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]
|
||||
profile = "black"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
log_cli = true
|
||||
|
||||
@@ -29,3 +29,5 @@ commands =
|
||||
|
||||
[pytest]
|
||||
timeout = 60
|
||||
log_cli = true
|
||||
log_level = info
|
||||
|
||||
Reference in New Issue
Block a user