Skip to content

Commit 0b7c12b

Browse files
committed
test: more specific deprecation warning ignore
1 parent 8586688 commit 0b7c12b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ addopts = "-ra -v"
5050
testpaths = "tests"
5151
filterwarnings = [
5252
"error",
53-
"ignore::DeprecationWarning",
54-
"ignore:For metadata to be logged in the data array, it is necessary to install the orsopy package.:UserWarning",
53+
'ignore:\n.*Sentinel is not a public part of the traitlets API.*:DeprecationWarning',
54+
"ignore:.*metadata to be logged in the data array, it is necessary to install the orsopy package.:UserWarning",
5555
]
5656

5757
[tool.bandit]

0 commit comments

Comments
 (0)