File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,10 @@ filterwarnings = [
209
209
# https://github.com/aio-libs/aiohttp/issues/6905
210
210
''' ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning''' ,
211
211
# Work around https://github.com/pytest-dev/pytest/issues/10977 for Python 3.12
212
- ''' ignore:(Attribute s|Attribute n|ast.Str|ast.Bytes|ast.NameConstant|ast.Num) is deprecated and will be removed in Python 3.14:DeprecationWarning'''
212
+ ''' ignore:(Attribute s|Attribute n|ast.Str|ast.Bytes|ast.NameConstant|ast.Num) is deprecated and will be removed in Python 3.14:DeprecationWarning''' ,
213
+ # Will be fixed with aiohttp 3.9.0
214
+ # https://github.com/aio-libs/aiohttp/pull/7302
215
+ " ignore:datetime.*utcfromtimestamp\\ (\\ ) is deprecated and scheduled for removal:DeprecationWarning" ,
213
216
]
214
217
[tool .coverage .report ]
215
218
omit = [
You can’t perform that action at this time.
0 commit comments