Skip to content

Commit f5b3de9

Browse files
committed
pyproject - ignore asyncio.iscoroutinefunction DeprecationWarning
DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
1 parent 8361b9f commit f5b3de9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ filterwarnings = [
105105
"ignore:unclosed resource <TCPTransport:ResourceWarning",
106106
"ignore:co_lnotab is deprecated, use co_lines instead:DeprecationWarning",
107107
"ignore:'asyncio.AbstractEventLoopPolicy' is deprecated and slated for removal in Python 3.16:DeprecationWarning",
108+
"ignore:'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16:DeprecationWarning"
108109
# "ignore::pydantic.warnings.UnsupportedFieldAttributeWarning",
109110
]
110111
asyncio_mode = "strict"

0 commit comments

Comments
 (0)