Skip to content

Commit af97270

Browse files
Ignore BLAS warning in tests
1 parent c8ce542 commit af97270

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ filterwarnings =[
117117
'ignore:numpy\.core\.numeric is deprecated:DeprecationWarning',
118118

119119
# Silence warning emitted by pytensor when BLAS is not available
120-
"ignore:Found Intel OpenMP \\('libiomp'\\) and LLVM OpenMP \\('libomp'\\):RuntimeWarning"
120+
"ignore:Found Intel OpenMP \\('libiomp'\\) and LLVM OpenMP \\('libomp'\\):RuntimeWarning",
121+
'ignore:PyTensor could not link to a BLAS installation:UserWarning'
121122
]
122123

123124
[tool.coverage.report]

0 commit comments

Comments
 (0)