Skip to content

Commit 0d37981

Browse files
committed
Fix test warnings
1 parent 3bc86b1 commit 0d37981

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

setup.cfg

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ line_length = 80
1818
testpaths = tests
1919
addopts = --cov
2020

21-
[tool:pytest:ini_options]
22-
filterwarnings = [
23-
# This's triggered by pytest-asyncio,
24-
# which calls deprecated asyncio.get_event_loop() method
25-
# ref: https://github.com/pytest-dev/pytest-asyncio/issues/757
26-
"ignore:There is no current event loop",
27-
]
21+
# This is triggered by pytest-asyncio,
22+
# which calls deprecated asyncio.get_event_loop() method
23+
# ref: https://github.com/pytest-dev/pytest-asyncio/issues/757
24+
filterwarnings = ignore:There is no current event loop
25+
2826

2927
[coverage:run]
3028
source =

0 commit comments

Comments
 (0)