Skip to content

Commit 126e31b

Browse files
committed
Ignore Arviz warnings for now
1 parent 318fb90 commit 126e31b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,13 @@ filterwarnings =[
105105
'ignore:os\.fork\(\) was called\.:RuntimeWarning',
106106

107107
# Preliz needs to update for pytensor > 2.35
108-
'ignore:.*`pytensor\.graph\.basic\.ancestors`.*`pytensor\.graph\.traversal\.ancestors`.*:FutureWarning:^preliz(\.|$)',
108+
'ignore:.*`pytensor\.graph\.basic\.ancestors`.*`pytensor\.graph\.traversal\.ancestors`.*:FutureWarning:^preliz(\.|$)',
109109

110110
# OpenMP library warning on windows CI
111-
'ignore::RuntimeWarning:threadpoolctl'
111+
'ignore::RuntimeWarning:threadpoolctl',
112+
113+
# ArviZ warning related to 1.0 release
114+
'ignore:\nArviZ is undergoing a major refactor.*:FutureWarning'
112115
]
113116

114117
[tool.coverage.report]

0 commit comments

Comments
 (0)