Skip to content

Commit

Permalink
chore: move pytest option from pyproject.toml to tox.ini and set log …
Browse files Browse the repository at this point in the history
…level

The option from pyproject.toml was not picked up
because tox.ini has higher precedence.
  • Loading branch information
link2xt committed Oct 27, 2023
1 parent f6bda1e commit da74495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deltachat-rpc-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,3 @@ line-length = 120

[tool.isort]
profile = "black"

[tool.pytest.ini_options]
log_cli = true
2 changes: 2 additions & 0 deletions deltachat-rpc-client/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ commands =

[pytest]
timeout = 60
log_cli = true
log_level = info

0 comments on commit da74495

Please sign in to comment.