We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6794f6 commit a204903Copy full SHA for a204903
1 file changed
pyproject.toml
@@ -96,6 +96,9 @@ xfail_strict = true
96
filterwarnings = [
97
"error",
98
"ignore:Unsupported Windows version.*ONNX Runtime supports Windows 10 and above, only.:UserWarning",
99
+ # kwave v0.4.0 has a bug where valid Windows binary names (with .exe) aren't recognized on
100
+ # subsequent property accesses, causing a spurious warning. The binary is still correctly selected.
101
+ "ignore:Custom binary name set.*:UserWarning",
102
# pyparsing 3.x deprecated all camelCase methods in favor of snake_case
103
"ignore:'[a-zA-Z]+' deprecated - use '[a-z_]+':DeprecationWarning",
104
]
0 commit comments