Skip to content

Commit

Permalink
do not error on aiohttp warning
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Nov 20, 2024
1 parent a228bb2 commit f3e5438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ filterwarnings =
error
ignore:Legacy index templates are deprecated in favor of composable templates.:elasticsearch.exceptions.ElasticsearchWarning
ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version..*:DeprecationWarning
default:enable_cleanup_closed ignored because https:\/\/github.com\/python\/cpython\/pull\/118960 is fixed.*:DeprecationWarning
markers =
sync: mark a test as performing I/O without asyncio.

0 comments on commit f3e5438

Please sign in to comment.