We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc86b1 commit 0d37981Copy full SHA for 0d37981
setup.cfg
@@ -18,13 +18,11 @@ line_length = 80
18
testpaths = tests
19
addopts = --cov
20
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
-]
+# This is triggered by pytest-asyncio,
+# which calls deprecated asyncio.get_event_loop() method
+# ref: https://github.com/pytest-dev/pytest-asyncio/issues/757
+filterwarnings = ignore:There is no current event loop
+
28
29
[coverage:run]
30
source =
0 commit comments