Skip to content

Commit

Permalink
surpressed FunctionChoiceBehavior deprication warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg committed Nov 6, 2024
1 parent 1a23fbb commit 9249179
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 5 deletions.
3 changes: 3 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ environments = [
[tool.pytest.ini_options]
addopts = "-ra -q -r fEX"
asyncio_default_fixture_loop_scope = "function"
filterwarnings = [
'ignore:.*FunctionChoiceBehavior.*:DeprecationWarning'
]

[tool.ruff]
line-length = 120
Expand Down
Loading

0 comments on commit 9249179

Please sign in to comment.