Skip to content

Commit b90d1a9

Browse files
committed
remove ##
1 parent 3189496 commit b90d1a9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,13 @@ ignore = [
8686
"tests",
8787
"tests/*",
8888
]
89-
##
89+
90+
[tool.pytest.ini_options]
91+
filterwarnings = [
92+
"error:::gliderpy.*",
93+
"ignore::UserWarning",
94+
"ignore::RuntimeWarning",
95+
]
9096

9197
[tool.pytest.ini_options]
9298
filterwarnings = [

0 commit comments

Comments
 (0)