Skip to content

Commit 44b0934

Browse files
Update setup.cfg
1 parent 7072537 commit 44b0934

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ known_first_party=async_lru
7474
addopts= -s --keep-duplicates --cache-clear --verbose --no-cov-on-fail --cov=async_lru --cov=tests/ --cov-report=term --cov-report=html
7575
filterwarnings =
7676
error
77+
ignore:'asyncio.get_event_loop_policy' is deprecated:DeprecationWarning:pytest_asyncio
78+
ignore:'asyncio.set_event_loop_policy' is deprecated:DeprecationWarning:pytest_asyncio
79+
ignore:'asyncio.set_event_loop' is deprecated:DeprecationWarning:pytest_asyncio
7780
testpaths = tests/
7881
junit_family=xunit2
7982
asyncio_mode=auto

0 commit comments

Comments
 (0)