Skip to content

Commit f68aa55

Browse files
do not error on aiohttp warning
1 parent a228bb2 commit f68aa55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ filterwarnings =
1111
error
1212
ignore:Legacy index templates are deprecated in favor of composable templates.:elasticsearch.exceptions.ElasticsearchWarning
1313
ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version..*:DeprecationWarning
14+
default:enable_cleanup_closed ignored because https:..i.8713187.xyz.python.cpython.pull.118960 is fixed.*:DeprecationWarning
1415
markers =
1516
sync: mark a test as performing I/O without asyncio.

0 commit comments

Comments
 (0)