Skip to content

Commit

Permalink
pytest: ignore deprecation warning in botocore
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Sep 6, 2024
1 parent f9b49f2 commit 0403686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/kvikio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,5 @@ regex = "(?P<value>.*)"
filterwarnings = [
"error",
"ignore:Jitify is performing a one-time only warm-up to populate the persistent cache",
"ignore::DeprecationWarning:botocore.*",
]

0 comments on commit 0403686

Please sign in to comment.