Skip to content

Commit aa207da

Browse files
Ignore backoff warning
1 parent deb8712 commit aa207da

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
@@ -93,6 +93,7 @@ build-backend = "hatchling.build"
9393
filterwarnings = [
9494
"error",
9595
"ignore:Exception ignored:pytest.PytestUnraisableExceptionWarning",
96+
"once:'asyncio.iscoroutinefunction' is deprecated:DeprecationWarning", # https://github.com/litl/backoff/pull/220
9697
]
9798
pythonpath = [
9899
"."

0 commit comments

Comments
 (0)