We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8586688 commit 0b7c12bCopy full SHA for 0b7c12b
pyproject.toml
@@ -50,8 +50,8 @@ addopts = "-ra -v"
50
testpaths = "tests"
51
filterwarnings = [
52
"error",
53
- "ignore::DeprecationWarning",
54
- "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",
55
]
56
57
[tool.bandit]
0 commit comments