Skip to content

Commit 814e2dd

Browse files
committed
ignore warning
1 parent 523b23b commit 814e2dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ filterwarnings= [
125125
# Fail on warnings
126126
"error",
127127
"module:datetime.datetime.utc:DeprecationWarning",
128+
"ignore:.*asyncio.DefaultEventLoopPolicy.*:DeprecationWarning"
128129
]
129130

130131
[tool.coverage.report]

0 commit comments

Comments
 (0)