Skip to content

Commit

Permalink
chore(pytest): ignore common warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Sep 20, 2024
1 parent 2ffecdb commit f54190a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,10 @@ known-first-party = ["optimum.tpu"]
markers = [
"is_staging_test",
]
filterwarnings = [
"ignore:Some donated",
"ignore:The given NumPy array is not writable",
"ignore:`do_sample` is set",
"ignore:Device capability of jax",
"ignore:`tensorflow` can conflict",
]

0 comments on commit f54190a

Please sign in to comment.