Skip to content

Commit

Permalink
fix test error relevant trio (tiangolo#5547)
Browse files Browse the repository at this point in the history
  • Loading branch information
jujumilk3 committed Oct 29, 2022
1 parent 8824059 commit a22b2b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,8 @@ filterwarnings = [
'ignore:The loop argument is deprecated since Python 3\.8, and scheduled for removal in Python 3\.10:DeprecationWarning:asyncio',
'ignore:starlette.middleware.wsgi is deprecated and will be removed in a future release\..*:DeprecationWarning:starlette',
# see https://trio.readthedocs.io/en/stable/history.html#trio-0-22-0-2022-09-28
'ignore::trio.TrioDeprecationWarning',
"ignore:You seem to already have a custom.*:RuntimeWarning:trio",
"ignore::trio.TrioDeprecationWarning",
# TODO remove pytest-cov
'ignore::pytest.PytestDeprecationWarning:pytest_cov',
]

0 comments on commit a22b2b7

Please sign in to comment.