Skip to content

Commit

Permalink
test: more specific deprecation warning ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jokasimr committed Oct 17, 2023
1 parent 8586688 commit 0b7c12b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ addopts = "-ra -v"
testpaths = "tests"
filterwarnings = [
"error",
"ignore::DeprecationWarning",
"ignore:For metadata to be logged in the data array, it is necessary to install the orsopy package.:UserWarning",
'ignore:\n.*Sentinel is not a public part of the traitlets API.*:DeprecationWarning',
"ignore:.*metadata to be logged in the data array, it is necessary to install the orsopy package.:UserWarning",
]

[tool.bandit]
Expand Down

0 comments on commit 0b7c12b

Please sign in to comment.