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 318fb90 commit 126e31bCopy full SHA for 126e31b
pyproject.toml
@@ -105,10 +105,13 @@ filterwarnings =[
105
'ignore:os\.fork\(\) was called\.:RuntimeWarning',
106
107
# Preliz needs to update for pytensor > 2.35
108
- 'ignore:.*`pytensor\.graph\.basic\.ancestors`.*`pytensor\.graph\.traversal\.ancestors`.*:FutureWarning:^preliz(\.|$)',
+ 'ignore:.*`pytensor\.graph\.basic\.ancestors`.*`pytensor\.graph\.traversal\.ancestors`.*:FutureWarning:^preliz(\.|$)',
109
110
# OpenMP library warning on windows CI
111
- 'ignore::RuntimeWarning:threadpoolctl'
+ 'ignore::RuntimeWarning:threadpoolctl',
112
+
113
+ # ArviZ warning related to 1.0 release
114
+ 'ignore:\nArviZ is undergoing a major refactor.*:FutureWarning'
115
]
116
117
[tool.coverage.report]
0 commit comments