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 a572a32 commit 3bc86b1Copy full SHA for 3bc86b1
setup.cfg
@@ -18,6 +18,14 @@ 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
+]
28
+
29
[coverage:run]
30
source =
31
codingame
0 commit comments