Skip to content

Commit ea7ce8a

Browse files
authored
Remove unneeded warning filters (#2811)
1 parent 4e625bb commit ea7ce8a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@ filterwarnings = [
8585
"ignore: run_until_first_complete is deprecated and will be removed in a future version.:DeprecationWarning",
8686
"ignore: starlette.middleware.wsgi is deprecated and will be removed in a future release.*:DeprecationWarning",
8787
"ignore: Async generator 'starlette.requests.Request.stream' was garbage collected before it had been exhausted.*:ResourceWarning",
88-
"ignore: path is deprecated.*:DeprecationWarning:certifi",
8988
"ignore: Use 'content=<...>' to upload raw bytes/text content.:DeprecationWarning",
90-
"ignore: 'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning",
91-
"ignore: You seem to already have a custom sys.excepthook handler installed. I'll skip installing Trio's custom handler, but this means MultiErrors will not show full tracebacks.:RuntimeWarning",
9289
# TODO: This warning appeared when we bumped anyio to 4.4.0.
9390
"ignore: Unclosed .MemoryObject(Send|Receive)Stream.:ResourceWarning",
9491
]

0 commit comments

Comments
 (0)