Skip to content

Commit

Permalink
chore: fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Jan 23, 2024
1 parent d5226d5 commit 0824703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ filterwarnings = [
"ignore:non-integer arguments to randrange\\(\\) have been deprecated since Python 3\\.10 and will be removed in a subsequent version:DeprecationWarning",
"ignore:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning",
"ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning",
"ignore:Converting a tensor to a NumPy array might cause the trace to be incorrect.",
"ignore:torch.from_numpy results are registered as constants in the trace.",
]

[tool.semantic_release]
Expand Down

0 comments on commit 0824703

Please sign in to comment.