Skip to content

Commit 2e7cfd6

Browse files
committed
fix: ignore warnings about missing orso data
1 parent d19fe35 commit 2e7cfd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ testpaths = "tests"
5151
filterwarnings = [
5252
"error",
5353
"ignore::DeprecationWarning",
54+
"ignore:For metadata to be logged in the data array, it is necessary to install the orsopy package.:UserWarning",
5455
]
5556

5657
[tool.bandit]

0 commit comments

Comments
 (0)