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:
link2xt
2023-10-27 20:00:20 +00:00
parent f6bda1e480
commit da744958c2
2 changed files with 2 additions and 3 deletions

View File

@@ -71,6 +71,3 @@ line-length = 120
[tool.isort]
profile = "black"
[tool.pytest.ini_options]
log_cli = true

View File

@@ -29,3 +29,5 @@ commands =
[pytest]
timeout = 60
log_cli = true
log_level = info