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 4e1328f commit edafe11Copy full SHA for edafe11
1 file changed
pyproject.toml
@@ -94,8 +94,7 @@ addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
94
xfail_strict = true
95
filterwarnings = [
96
"error",
97
- "ignore:Unsupported Windows version.*ONNX Runtime supports Windows 10 and above, only.:UserWarning",
98
- "ignore:Ignoring unexpected keyword arguments for UniformWater.*:UserWarning",
+ "ignore:Unsupported Windows version.*ONNX Runtime supports Windows 10 and above, only.:UserWarning"
99
]
100
log_cli_level = "INFO"
101
testpaths = [
0 commit comments